mirror of
https://github.com/reactos/ninja.git
synced 2025-03-04 09:18:44 +00:00
drop rtti via -fno-rtti; we don't use it
This commit is contained in:
parent
265db7f31a
commit
28ef3b736e
@ -114,6 +114,7 @@ else:
|
||||
cflags = ['-g', '-Wall', '-Wextra',
|
||||
'-Wno-deprecated',
|
||||
'-Wno-unused-parameter',
|
||||
'-fno-rtti',
|
||||
'-fno-exceptions',
|
||||
'-fvisibility=hidden', '-pipe',
|
||||
"'-DNINJA_PYTHON=\"%s\"'" % (options.with_python,)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user