summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/v8/files/v8-no-O3-r0.patch')
-rw-r--r--dev-lang/v8/files/v8-no-O3-r0.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/v8/files/v8-no-O3-r0.patch b/dev-lang/v8/files/v8-no-O3-r0.patch
deleted file mode 100644
index aec4924cf1dc..000000000000
--- a/dev-lang/v8/files/v8-no-O3-r0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- SConstruct.orig 2010-08-02 04:00:18.000000000 +0200
-+++ SConstruct 2010-08-02 04:00:28.000000000 +0200
-@@ -148,7 +148,7 @@
- }
- },
- 'mode:release': {
-- 'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections',
-+ 'CCFLAGS': ['-fomit-frame-pointer', '-fdata-sections',
- '-ffunction-sections'],
- 'os:android': {
- 'CCFLAGS': ['-mthumb', '-Os'],