You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
278 B
9 lines
278 B
13 years ago
|
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")
|