184 |
sysheaderopt = "" |
sysheaderopt = "" |
185 |
elif env["CC"] == "gcc": |
elif env["CC"] == "gcc": |
186 |
# GNU C on any system |
# GNU C on any system |
187 |
cc_flags = "-pedantic -Wall -fPIC -ansi -ffast-math -Wno-unknown-pragmas -DBLOCKTIMER -Wno-sign-compare -Wno-system-headers -Wno-long-long" |
cc_flags = "-pedantic -Wall -fPIC -ansi -ffast-math -Wno-unknown-pragmas -DBLOCKTIMER -Wno-sign-compare -Wno-system-headers -Wno-long-long -Wno-strict-aliasing" |
188 |
#the long long warning occurs on the Mac |
#the long long warning occurs on the Mac |
189 |
cc_optim = "-O3" |
cc_optim = "-O3" |
190 |
cc_debug = "-g -O0 -DDOASSERT -DDOPROF -DBOUNDS_CHECK" |
cc_debug = "-g -O0 -DDOASSERT -DDOPROF -DBOUNDS_CHECK" |