Skip to content
Commits on Source (2)
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, 25 Apr 2018 14:13:12 +0200
-- Sebastien Jodogne <s.jodogne@gmail.com> Fri, 27 Apr 2018 14:21:02 +0200
orthanc-postgresql (2.1-1) unstable; urgency=medium
......
......@@ -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
......