blob: 66051ff271d5536d28370d5ef236e4f99f3cf7b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/build/common.gypi 2010-02-11 19:30:43.000000000 +0100
+++ src/build/common.gypi 2010-02-11 21:07:58.505011143 +0100
@@ -759,15 +759,6 @@
# used during computation does not change depending on how the
# compiler optimized the code, since the value is always kept
# in its specified precision.
- 'conditions': [
- ['branding=="Chromium"', {
- 'cflags': [
- '-march=pentium4',
- '-msse2',
- '-mfpmath=sse',
- ],
- }],
- ],
'cflags': [
'-m32',
],
|