--- trunk/SConstruct 2009/01/09 06:21:55 2207 +++ trunk/SConstruct 2009/01/12 06:37:07 2208 @@ -184,7 +184,7 @@ sysheaderopt = "" elif env["CC"] == "gcc": # GNU C on any system - 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" #the long long warning occurs on the Mac cc_optim = "-O3" cc_debug = "-g -O0 -DDOASSERT -DDOPROF -DBOUNDS_CHECK"