Skip to content

Commit

Permalink
drop rtti via -fno-rtti; we don't use it
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Mar 6, 2012
1 parent 265db7f commit 28ef3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.py
Expand Up @@ -114,6 +114,7 @@ def binary(name):
cflags = ['-g', '-Wall', '-Wextra',
'-Wno-deprecated',
'-Wno-unused-parameter',
'-fno-rtti',
'-fno-exceptions',
'-fvisibility=hidden', '-pipe',
"'-DNINJA_PYTHON=\"%s\"'" % (options.with_python,)]
Expand Down

0 comments on commit 28ef3b7

Please sign in to comment.