summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Modules/Compiler/Bruce-C.cmake
blob: 23676eccba07e0fc2a65aa578c3e9d9e3816607c (plain)
1
2
3
4
5
6
7
# Bruce C Compiler ignores "-g" flag and optimization cannot be
# enabled here (it is implemented only for 8086 target).
set (CMAKE_C_FLAGS_INIT "-D__CLASSIC_C__")
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 -DNDEBUG")