2011-04-08 01:09:05 +04:00
|
|
|
include(Compiler/XL)
|
|
|
|
__compiler_xl(C)
|
2016-07-05 20:35:13 +03:00
|
|
|
string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -DNDEBUG")
|
|
|
|
string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -DNDEBUG")
|
2009-09-30 17:37:35 +04:00
|
|
|
|
2009-09-30 17: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 20:35:13 +03:00
|
|
|
string(APPEND CMAKE_C_FLAGS_INIT " -qthreaded -qhalt=e")
|