summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-06-28 15:58:57 +0200
committerlouiz’ <louiz@louiz.org>2017-06-28 15:58:57 +0200
commit76f5fa81f2026770c907bee0e931aae8d8c7a1bd (patch)
treed7290eccd4e1987f1163b943940a261aac854273 /debian/rules
parent3818428603396f3e5a8819f359fbeabdb42a29f0 (diff)
downloadbiboumi-76f5fa81f2026770c907bee0e931aae8d8c7a1bd.tar.gz
biboumi-76f5fa81f2026770c907bee0e931aae8d8c7a1bd.tar.bz2
biboumi-76f5fa81f2026770c907bee0e931aae8d8c7a1bd.tar.xz
biboumi-76f5fa81f2026770c907bee0e931aae8d8c7a1bd.zip
Set CMAKE_BUILD_TYPE to Release
To set NDEBUG and remove the libasan and ubsan dependencies
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 87e965e..bf6dab9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ CDBS_BUILD_DEPENDS += , cmake, catch, uuid-dev, pandoc
CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps))
DEB_CMAKE_EXTRA_FLAGS = \
+ -DCMAKE_BUILD_TYPE=Release \
-DSERVICE_USER=nobody -DSERVICE_GROUP=nogroup
DEB_MAKE_CHECK_TARGET = check