mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
change build type to debug for ci/cd
it should set -O0 which should prioritise fast compilation for gcc
This commit is contained in:
parent
27285b9e85
commit
ae49549f03
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ${ANALYZE} cmake \
|
|||
-DUSE_SYSTEM_TINYXML=TRUE \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DBINDIR="/usr/games" \
|
||||
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
|
||||
-DCMAKE_BUILD_TYPE="DEBUG" \
|
||||
-DGTEST_ROOT="${GOOGLETEST_DIR}" \
|
||||
-DGMOCK_ROOT="${GOOGLETEST_DIR}" \
|
||||
..
|
||||
|
|
Loading…
Reference in a new issue