changed gcc optimization level from "-O3" to "-O2" for releases
[rocksndiamonds.git] / src / Android.mk
index f0755630c59cedb633c2bd8f120bdf4ce65dc155..9cc304735b4f7251ca54bdabfdc35123bea48723 100644 (file)
@@ -28,7 +28,7 @@ LOCAL_C_INCLUDES :=                           \
 
 DEBUG = -DDEBUG -g
 OPTIONS = $(DEBUG) -Wall                       # only for debugging purposes
 
 DEBUG = -DDEBUG -g
 OPTIONS = $(DEBUG) -Wall                       # only for debugging purposes
-# OPTIONS = -O3 -Wall                          # distribution build
+# OPTIONS = -O2 -Wall                          # distribution build
 
 # LOCAL_CFLAGS := -DTARGET_SDL2
 LOCAL_CFLAGS := -DTARGET_SDL2 $(OPTIONS)
 
 # LOCAL_CFLAGS := -DTARGET_SDL2
 LOCAL_CFLAGS := -DTARGET_SDL2 $(OPTIONS)