diff options
Diffstat (limited to 'build/temp_gyp/v8.gyp')
-rw-r--r-- | build/temp_gyp/v8.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index 2a92aeb..daebcc3 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -267,12 +267,12 @@ '-O2', ], 'cflags': [ - '-fno-rtti', - '-fdata-sections', - '-ffunction-sections', '-fomit-frame-pointer', '-O3', ], + 'cflags_cc': [ + '-fno-rtti', + ], }], ['OS=="win"', { 'msvs_settings': { |