mirror of
https://github.com/verilator/verilator.git
synced 2024-12-28 18:27:34 +00:00
parent
74d5d008bb
commit
5f1df5b389
@ -21,6 +21,11 @@ project(
|
|||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Set default build type to Release if not specified
|
||||||
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
|
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build type" FORCE)
|
||||||
|
endif()
|
||||||
|
|
||||||
option(
|
option(
|
||||||
DEBUG_AND_RELEASE_AND_COVERAGE
|
DEBUG_AND_RELEASE_AND_COVERAGE
|
||||||
"Builds both the debug and release binaries, overriding CMAKE_BUILD_TYPE. Not supported under MSBuild."
|
"Builds both the debug and release binaries, overriding CMAKE_BUILD_TYPE. Not supported under MSBuild."
|
||||||
|
@ -20,6 +20,7 @@ Andrei Kostovski
|
|||||||
Andrew Miloradovsky
|
Andrew Miloradovsky
|
||||||
Andrew Nolte
|
Andrew Nolte
|
||||||
Anthony Donlon
|
Anthony Donlon
|
||||||
|
Anthony Moore
|
||||||
Arkadiusz Kozdra
|
Arkadiusz Kozdra
|
||||||
Arthur Rosa
|
Arthur Rosa
|
||||||
Aylon Chaim Porat
|
Aylon Chaim Porat
|
||||||
|
Loading…
Reference in New Issue
Block a user