mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 10:27:04 +02:00
All code is built as C++ via CXX, but we still have some references to CC. Trying to make sure we don't add plain C later by hiding the C compiler. (So it's always enough to override CXX=... in configure)