aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2019-10-15 14:00:26 +0200
committerWladimir J. van der Laan <[email protected]>2019-10-15 14:00:32 +0200
commitee47461ea511827279b9b2803c2c4d251aa4c1d8 (patch)
tree6f278dfdaabeedec598c77cfef4d8fcb419dcc26 /src/httpserver.cpp
parentMerge #17086: tests: Fix fs_tests for unknown locales (diff)
parentDisable _FORTIFY_SOURCE when enable-debug (diff)
downloaddiscoin-ee47461ea511827279b9b2803c2c4d251aa4c1d8.tar.xz
discoin-ee47461ea511827279b9b2803c2c4d251aa4c1d8.zip
Merge #17033: Disable _FORTIFY_SOURCE when enable-debug
44f7a8d7a774f82417106c452d793e6f091bc23e Disable _FORTIFY_SOURCE when enable-debug (Andrew Chow) Pull request description: The `_FORTIFY_SOURCE` macro is enabled by default when hardening is enabled, but it requires optimization in order to be used. Since we disable all optimization with `--enable-debug`, this macro doesn't actually do anything and instead just causes a lot of warnings to be printed. This PR explicitly disables `_FORTIFY_SOURCE` so that these useless warnings aren't printed. ACKs for top commit: laanwj: Thanks. ACK 44f7a8d7a774f82417106c452d793e6f091bc23e Tree-SHA512: e9302aef794dfd9ca9d0d032179ecc51d3212a9a0204454419f410011343b27c32e6be05f385051b5b594c607b91b8e0e588f644584d6684429a649a413077d9
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions