mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 03:45:32 +00:00
Use Debug instead of Release to increase build time (passing -O0)
This commit is contained in:
parent
a62e3a7b35
commit
1e23d007dd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ cmake \
|
|||
-D CMAKE_CXX_COMPILER_LAUNCHER="$CCACHE_EXECUTABLE" \
|
||||
-D CMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" \
|
||||
-D CMAKE_OSX_DEPLOYMENT_TARGET="10.9" \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_BUILD_TYPE=DEBUG \
|
||||
-D OPENMW_OSX_DEPLOYMENT=TRUE \
|
||||
-D BUILD_ESMTOOL=FALSE \
|
||||
-G"Unix Makefiles" \
|
||||
|
|
Loading…
Reference in a new issue