diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 05c4747..94e2ecc 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1568,8 +1568,7 @@ }], ['OS=="linux" and glibcxx_debug==1', { 'defines': ['_GLIBCXX_DEBUG=1',], - 'cflags_cc!': ['-fno-rtti'], - 'cflags_cc+': ['-frtti', '-g'], + 'cflags_cc+': ['-g'], }], ['remoting==1', { 'defines': ['ENABLE_REMOTING=1'], |