mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Explicitly define build type to add NDEBUG flag
This commit is contained in:
parent
d1dc545f53
commit
d6674e73cd
1
debian/rules
vendored
1
debian/rules
vendored
@ -8,6 +8,7 @@ override_dh_auto_configure:
|
|||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
|
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
|
||||||
-DCMAKE_INSTALL_RPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/vcmi \
|
-DCMAKE_INSTALL_RPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/vcmi \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DBIN_DIR=games \
|
-DBIN_DIR=games \
|
||||||
-DFORCE_BUNDLED_FL=OFF \
|
-DFORCE_BUNDLED_FL=OFF \
|
||||||
-DENABLE_TEST=0
|
-DENABLE_TEST=0
|
||||||
|
Loading…
Reference in New Issue
Block a user