diff --git a/SConstruct b/SConstruct index 01757bb540..139f6abb35 100644 --- a/SConstruct +++ b/SConstruct @@ -17,6 +17,7 @@ warnings = [ #'unreachable-code', ] compileFlags = [ + '-fno-exceptions', '-fno-strict-aliasing', '-msse2', '-D_FILE_OFFSET_BITS=64',