Switch back to -O2 level of optimization.
[novacoin.git] / src / makefile.osx
index 9df1012..f2411b0 100644 (file)
@@ -54,7 +54,7 @@ ifdef RELEASE
 # Compile for maximum compatibility and smallest size.
 # This requires that dependencies are compiled
 # the same way.
-CFLAGS = -O3 -msse2
+CFLAGS = -O2 -msse2
 else
 CFLAGS = -g -msse2
 endif