diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index a3c9ed0943..38ed4f4c95 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -409,15 +409,6 @@ }], ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd" \ or OS=="android"', { - 'cflags!': [ - '-O2', - '-Os', - ], - 'cflags': [ - '-fdata-sections', - '-ffunction-sections', - '-O3', - ], 'conditions': [ [ 'gcc_version==44 and clang==0', { 'cflags': [