From 06bec0e08737ee6c3e165ec6dd16b54ffe1b4c91 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Mon, 18 Mar 2013 13:50:55 -0700 Subject: [PATCH] v8: remove optimization switches Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi, they are set globally in $(TOPLEVEL)/common.gypi. --- deps/v8/build/common.gypi | 9 --------- 1 file changed, 9 deletions(-) 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': [