Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Set -DNDEBUG to disable assertion checking
· dbf401ec
Sebastien Jodogne
authored
Apr 27, 2018
dbf401ec
Upload to unstable
· 550f3df4
Sebastien Jodogne
authored
Apr 27, 2018
550f3df4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
550f3df4
orthanc-dicomweb (0.5+dfsg-2)
UNRELEASED
; urgency=medium
orthanc-dicomweb (0.5+dfsg-2)
unstable
; urgency=medium
* Set -DCMAKE_BUILD_TYPE=None
* Set -DNDEBUG to disable assertion checking
-- Jodogne <jodogne@
debian-unstable> Wed
, 2
5
Apr 2018 14:
11:4
1 +0200
--
Sebastien
Jodogne <
s.
jodogne@
gmail.com> Fri
, 2
7
Apr 2018 14:
05:3
1 +0200
orthanc-dicomweb (0.5+dfsg-1) unstable; urgency=medium
...
...
debian/rules
View file @
550f3df4
...
...
@@ -7,6 +7,11 @@ export TARGET := libOrthancDicomWeb.so
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 $@ --parallel --builddirectory=Build
...
...