Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Set -DNDEBUG to disable assertion checking
· e9a4deab
Sebastien Jodogne
authored
Apr 27, 2018
e9a4deab
Upload to unstable
· 573d3e37
Sebastien Jodogne
authored
Apr 27, 2018
573d3e37
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
573d3e37
orthanc-postgresql (2.1-2)
UNRELEASED
; urgency=medium
orthanc-postgresql (2.1-2)
unstable
; urgency=medium
* Set -DNDEBUG to disable assertion checking
* Set -DCMAKE_BUILD_TYPE=None
-- Jodogne <jodogne@
debian-unstable> Wed
, 2
5
Apr 2018 14:
13:1
2 +0200
--
Sebastien
Jodogne <
s.
jodogne@
gmail.com> Fri
, 2
7
Apr 2018 14:
21:0
2 +0200
orthanc-postgresql (2.1-1) unstable; urgency=medium
...
...
debian/rules
View file @
573d3e37
...
...
@@ -8,6 +8,11 @@ export TARGET_STORAGE := libOrthancPostgreSQLStorage.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 $@ --builddirectory=Build
...
...