mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 01:09:47 -06:00
TinyCC: Add default compilation flags (#12605)
This commit is contained in:
committed by
Brad King
parent
ec636e299f
commit
0efe602c59
@@ -1 +1,8 @@
|
||||
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared")
|
||||
|
||||
# no optimization in tcc:
|
||||
SET (CMAKE_C_FLAGS_INIT "")
|
||||
SET (CMAKE_C_FLAGS_DEBUG_INIT "-g")
|
||||
SET (CMAKE_C_FLAGS_MINSIZEREL_INIT "-DNDEBUG")
|
||||
SET (CMAKE_C_FLAGS_RELEASE_INIT "-DNDEBUG")
|
||||
SET (CMAKE_C_FLAGS_RELWITHDEBINFO_INIT "-g")
|
||||
|
||||
Reference in New Issue
Block a user