Get parity with makefile flags.

Former-commit-id: d1ee3b078001fc2bd5f0454cf457897cd0a0a817
This commit is contained in:
David Anderson
2014-02-08 14:49:03 -08:00
parent 0748a05bf0
commit 90b2860fd2
3 changed files with 38 additions and 5 deletions

View File

@ -6,6 +6,7 @@ binary = AMXX.Program(builder, 'amxxpc')
binary.compiler.defines += [
'AMX_ANSIONLY',
]
binary.compiler.cxxflags.remove('-fno-exceptions')
if builder.target_platform == 'linux':
binary.compiler.postlink += [