Get parity with makefile flags.
Former-commit-id: d1ee3b078001fc2bd5f0454cf457897cd0a0a817
This commit is contained in:
@ -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 += [
|
||||
|
Reference in New Issue
Block a user