mirror of
https://github.com/verilator/verilator.git
synced 2026-08-29 17:28:46 +02:00
Apple clang rejects `-o` when a precompiled header (.gch) is involved, reporting "cannot specify -o when generating multiple output files". Remove the unnecessary `-o $@` from the two PCH build rules; the `%.o: %.cpp` pattern already implies the correct output name.
.. SPDX-FileCopyrightText: 2003-2026 Wilson Snyder .. SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 Verilator Documentation ======================= This folder contains sources for Verilator documentation. For formatted documentation see: - `Verilator README <https://github.com/verilator/verilator>`_ - `Verilator installation and package directory structure <https://verilator.org/install>`_ - `Verilator manual (HTML) <https://verilator.org/verilator_doc.html>`_, or `Verilator manual (PDF) <https://verilator.org/verilator_doc.pdf>`_ - `Subscribe to Verilator announcements <https://github.com/verilator/verilator-announce>`_ - `Verilator forum <https://verilator.org/forum>`_ - `Verilator issues <https://verilator.org/issues>`_