Sebastien Jodogne pushed to branch master at Debian Med / orthanc-webviewer
Commits: 396f8bb9 by jodogne-guest at 2018-04-27T13:50:02+02:00 building 2.4-2 - - - - - ee271b6b by jodogne-guest at 2018-04-27T13:53:27+02:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +orthanc-webviewer (2.4-2) unstable; urgency=medium + + * Set -DNDEBUG to disable assertion checking + + -- Sebastien Jodogne <[email protected]> Fri, 27 Apr 2018 13:48:22 +0200 + orthanc-webviewer (2.4-1) unstable; urgency=medium * New upstream version ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,11 @@ export TARGET := libOrthancWebViewer.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 View it on GitLab: https://salsa.debian.org/med-team/orthanc-webviewer/compare/ce55e1d2050794b67da0aa86b323719b61835882...ee271b6b1b76a8f5a8f922cfc74ab0cfb9ca330b --- View it on GitLab: https://salsa.debian.org/med-team/orthanc-webviewer/compare/ce55e1d2050794b67da0aa86b323719b61835882...ee271b6b1b76a8f5a8f922cfc74ab0cfb9ca330b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
