mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-13 14:06:43 +00:00
Merge pull request #2925 from OpenMW/psi29a-debug
change build type to debug for ci/cd
This commit is contained in:
commit
4b212954fb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ${ANALYZE} cmake \
|
||||||
-DUSE_SYSTEM_TINYXML=TRUE \
|
-DUSE_SYSTEM_TINYXML=TRUE \
|
||||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||||
-DBINDIR="/usr/games" \
|
-DBINDIR="/usr/games" \
|
||||||
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
|
-DCMAKE_BUILD_TYPE="DEBUG" \
|
||||||
-DGTEST_ROOT="${GOOGLETEST_DIR}" \
|
-DGTEST_ROOT="${GOOGLETEST_DIR}" \
|
||||||
-DGMOCK_ROOT="${GOOGLETEST_DIR}" \
|
-DGMOCK_ROOT="${GOOGLETEST_DIR}" \
|
||||||
..
|
..
|
||||||
|
|
Loading…
Reference in a new issue