diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index e68ee15fdeee..6d18b46c7023 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -399,15 +399,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': [