diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2020-05-30 15:38:23 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2020-05-30 15:38:23 -0400 |
commit | b02d4b6e386b0e6c02ede532f06ccf615e8b72c5 (patch) | |
tree | 4666b6b9ccd4e97ddcb3f5601853d9e790977efe /debian/changelog | |
parent | e444b6326e3bb1942d9b51e0cdc6bf9350692910 (diff) |
Use -D_FORTIFY_SOURCE=1 instead of 2
Prevent major performance regressions by forcing -D_FORTIFY_SOURCE=1
instead of -D_FORTIFY_SOURCE=2. See https://bugs.debian.org/934722 for
details.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 68e5b9ab..c840e5eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +urweb (20170720+dfsg-3) UNRELEASED; urgency=medium + + * Improve performance by using -D_FORTIFY_SOURCE=1 instead of + -D_FORTIFY_SOURCE=2. (Closes: #934722) + + -- Benjamin Barenblat <bbaren@mit.edu> Mon, 26 Aug 2019 19:44:41 -0400 + urweb (20170720+dfsg-2) unstable; urgency=medium * Disable code hoisting when using MLton’s C codegen. (Closes: #871572) |