Index: gyp/common_variables.gypi |
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi |
index ba4d203a59f8e9997ee744c1c31d720033f64879..abbfaac0a249c315ea95621b30b9d2547bb8f497 100644 |
--- a/gyp/common_variables.gypi |
+++ b/gyp/common_variables.gypi |
@@ -257,7 +257,7 @@ |
'-O3', # Even for Debug builds. |
'-march=native', # Use all features of and optimize for THIS machine. |
'-fomit-frame-pointer', # Sometimes an extra register is nice, and cuts a push/pop. |
- '-ffast-math', # Optimize float math even when it breaks IEEE compliance. |
+ #'-ffast-math', # Optimize float math even when it breaks IEEE compliance. |
#'-flto' # Enable link-time optimization. |
], |