Try to quiet Python syntax warnings
[gh-bc.git] / compile_flags.txt
blob7a08c87f3876740b35a988f9714c685fae9e3f75
1 -Weverything
2 -pedantic
3 -Wno-unsafe-buffer-usage
4 -D_POSIX_C_SOURCE=200809L
5 -D_XOPEN_SOURCE=700
6 -D_BSD_SOURCE
7 -D_GNU_SOURCE
8 -D_DEFAULT_SOURCE
9 -Iinclude/
10 -DBC_DEBUG=1
11 -DBC_ENABLED=1
12 -DDC_ENABLED=1
13 -DBC_ENABLE_EXTRA_MATH=1
14 -DBC_ENABLE_HISTORY=1
15 -DBC_ENABLE_NLS=1