Index: Source/wtf/SaturatedArithmetic.h |
diff --git a/Source/wtf/SaturatedArithmetic.h b/Source/wtf/SaturatedArithmetic.h |
index ff4ecb3619ec9c15f0def09274a2eaa29134dc21..2f2aeaccae7e5d2fc21bba7c486facc1b6bf0d27 100644 |
--- a/Source/wtf/SaturatedArithmetic.h |
+++ b/Source/wtf/SaturatedArithmetic.h |
@@ -35,7 +35,7 @@ |
#include <limits> |
#include <stdint.h> |
-#if CPU(ARM) && COMPILER(GCC) |
+#if CPU(ARM) && COMPILER(GCC) && __OPTIMIZE__ |
// If we're building ARM on GCC we replace the C++ versions with some |
// native ARM assembly for speed. |