Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: gyp/common_conditions.gypi

Issue 296793003: Remove -mfpmath=sse for clang, which does it automatically and sometimes is annoyed by it. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index a745c706dad2c8876f027f58dcfb61f8baca3fbd..20911cb42ffe0d8fe94b1e5344641c9d38c09750 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -435,6 +435,9 @@
# Extra warnings we like but that only Clang knows about.
'-Wstring-conversion',
],
+ 'cflags!': [
+ '-mfpmath=sse', # Clang doesn't need to be told this, and sometimes gets confused.
+ ],
}],
[ 'skia_keep_frame_pointer', {
'cflags': [ '-fno-omit-frame-pointer' ],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698