diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 5d6132c706..7b8a32b205 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -339,16 +339,6 @@ 'conditions': [ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd" \ or OS=="android"', { - 'cflags!': [ - '-O2', - '-Os', - ], - 'cflags': [ - '-fdata-sections', - '-ffunction-sections', - '-fomit-frame-pointer', - '-O3', - ], 'conditions': [ [ 'gcc_version==44 and clang==0', { 'cflags': [