Commit 3710bc39 by Andrew Nesbitt

Enable RTTI on linux as well

parent 92466ade
......@@ -40,7 +40,8 @@
}],
['OS=="linux"', {
'cflags_cc': [
'-fexceptions'
'-fexceptions',
'-frtti'
]
}]
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment