From 76f5fa81f2026770c907bee0e931aae8d8c7a1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 28 Jun 2017 15:58:57 +0200 Subject: Set CMAKE_BUILD_TYPE to Release To set NDEBUG and remove the libasan and ubsan dependencies --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') 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 -- cgit v1.2.3