Codebase list orthanc-dicomweb / dbf401e
Set -DNDEBUG to disable assertion checking jodogne-guest 6 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 orthanc-dicomweb (0.5+dfsg-2) UNRELEASED; urgency=medium
11
22 * Set -DCMAKE_BUILD_TYPE=None
3 * Set -DNDEBUG to disable assertion checking
34
4 -- Jodogne <jodogne@debian-unstable> Wed, 25 Apr 2018 14:11:41 +0200
5 -- Sebastien Jodogne <s.jodogne@gmail.com> Fri, 27 Apr 2018 14:05:31 +0200
56
67 orthanc-dicomweb (0.5+dfsg-1) unstable; urgency=medium
78
55 export TARGET := libOrthancDicomWeb.so
66
77 export DEB_BUILD_MAINT_OPTIONS := hardening=+all
8
9 # Disable assert() checking from upstream project, for best performance
10 # https://lists.debian.org/debian-med/2018/04/msg00132.html
11 export DEB_CFLAGS_MAINT_APPEND=-DNDEBUG
12 export DEB_CXXFLAGS_MAINT_APPEND=-DNDEBUG
813
914 %:
1015 dh $@ --parallel --builddirectory=Build