diff options
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi index 8cbb78f092..5ff4e142d2 100644 --- a/common.gypi +++ b/common.gypi @@ -104,7 +104,8 @@ ], }], [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { - 'cflags': [ '-Wall', '-pthread', '-fno-rtti', '-fno-exceptions' ], + 'cflags': [ '-Wall', '-pthread', ], + 'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ], 'ldflags': [ '-pthread', ], 'conditions': [ [ 'target_arch=="ia32"', { |