X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FAndroid.mk;h=9cc304735b4f7251ca54bdabfdc35123bea48723;hp=f0755630c59cedb633c2bd8f120bdf4ce65dc155;hb=0896ebe9d29a756c7adc005c6b93ff28f2fd396d;hpb=cb20d7a5c113af2ca723cc718dd0f48baec9d8d7 diff --git a/src/Android.mk b/src/Android.mk index f0755630..9cc30473 100644 --- a/src/Android.mk +++ b/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)