changed gcc optimization level from "-O3" to "-O2" for releases
[rocksndiamonds.git] / src / Android.mk
index 092204c6b4299d10d7f67b28c1f33c8211a62915..9cc304735b4f7251ca54bdabfdc35123bea48723 100644 (file)
@@ -4,7 +4,7 @@
 # (c) 1995-2014 by Artsoft Entertainment
 #                  Holger Schemel
 #                  info@artsoft.org
-#                  http://www.artsoft.org/
+#                  https://www.artsoft.org/
 # -----------------------------------------------------------------------------
 # src/Android.mk
 # =============================================================================
@@ -28,7 +28,7 @@ LOCAL_C_INCLUDES :=                           \
 
 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)