aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-10-02 19:52:31 -0400
committerAndrew Chow <achow101-github@achow101.com>2019-10-07 14:11:40 -0400
commit44f7a8d7a774f82417106c452d793e6f091bc23e (patch)
treeddcee2844d7bf38f9d8b75bc28d289e36b45ef94 /test/functional/test_framework/util.py
parenta689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff)
Disable _FORTIFY_SOURCE when enable-debug
Since enable-debug disables optimization entirely, _FORTIFY_SOURCE does nothing as it requires some kind of optimization enabled. It instead produces a bunch of useless warnings. So explicitly disable it when enable-debug so that those warnings are not produced.
Diffstat (limited to 'test/functional/test_framework/util.py')
0 files changed, 0 insertions, 0 deletions