mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-14 22:31:24 +00:00
4 lines
169 B
CMake
4 lines
169 B
CMake
include(Compiler/PathScale)
|
|
__compiler_pathscale(CXX)
|
|
string(APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT " -DNDEBUG")
|
|
string(APPEND CMAKE_CXX_FLAGS_RELEASE_INIT " -DNDEBUG")
|