From c7d7072e603ef73af5e6d5070e830432d5a63c6e Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 8 Apr 2013 20:34:11 +0200 Subject: v8: reapply floating patches --- deps/v8/build/common.gypi | 9 --------- 1 file changed, 9 deletions(-) (limited to 'deps/v8/build/common.gypi') diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 0b1f397268..8028b3eecb 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -454,15 +454,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': [ -- cgit v1.2.1