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

Unified Diff: build/common.gypi

Issue 419803008: Don't remove -mfpmath=sse when building with clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 177cc99cbd7b1613336b59084eb5a73e7729f194..3ae4ecbcaf9da15371740d610293614a36060838 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3898,10 +3898,6 @@
# http://crbug.com/255186
'-Wno-deprecated-register',
],
- 'cflags!': [
- # Clang doesn't seem to know know this flag.
- '-mfpmath=sse',
- ],
'cflags_cc': [
# See the comment in the Mac section for what it takes to move
# this to -std=c++11.
« 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