mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-24 04:44:37 +08:00
5 lines
163 B
CMake
5 lines
163 B
CMake
|
include(Compiler/PathScale)
|
||
|
__compiler_pathscale(C)
|
||
|
string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -DNDEBUG")
|
||
|
string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -DNDEBUG")
|