Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Disable assertion checking
· 00c56674
Sebastien Jodogne
authored
Apr 27, 2018
00c56674
Upload to unstable
· cfc7c228
Sebastien Jodogne
authored
Apr 27, 2018
cfc7c228
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cfc7c228
orthanc (1.3.2+dfsg-2)
UNRELEASED
; urgency=medium
orthanc (1.3.2+dfsg-2)
unstable
; urgency=medium
* Fix copyright
* Set -DNDEBUG to disable assertion checking
* Set -DCMAKE_BUILD_TYPE=None
-- Sebastien Jodogne <s.jodogne@gmail.com>
Thu, 19
Apr 2018
20:05:21
+0200
-- Sebastien Jodogne <s.jodogne@gmail.com>
Fri, 27
Apr 2018
13:24:36
+0200
orthanc (1.3.2+dfsg-1) unstable; urgency=medium
...
...
debian/rules
View file @
cfc7c228
...
...
@@ -10,6 +10,11 @@ export UPSTREAM_VERSION := $(shell echo "$(DEB_VERSION)" | cut -d '+' -f 1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Disable assert() checking from upstream project, for best performance
# https://lists.debian.org/debian-med/2018/04/msg00132.html
export DEB_CFLAGS_MAINT_APPEND=-DNDEBUG
export DEB_CXXFLAGS_MAINT_APPEND=-DNDEBUG
%:
dh $@ --builddirectory=Build
...
...