2011-04-07 17:09:05 -04:00
|
|
|
include(Compiler/XL)
|
|
|
|
__compiler_xl(C)
|
2016-07-05 13:35:13 -04:00
|
|
|
string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -DNDEBUG")
|
|
|
|
string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -DNDEBUG")
|
2009-09-30 09:37:35 -04:00
|
|
|
|
2009-09-30 09:38:23 -04:00
|
|
|
# -qthreaded = Ensures that all optimizations will be thread-safe
|
|
|
|
# -qhalt=e = Halt on error messages (rather than just severe errors)
|
2016-07-05 13:35:13 -04:00
|
|
|
string(APPEND CMAKE_C_FLAGS_INIT " -qthreaded -qhalt=e")
|