From ff44cb02e754a7d408e33ad7d9af11e8b561720c Mon Sep 17 00:00:00 2001 From: RDR8 Date: Fri, 24 Mar 2017 03:42:10 -0500 Subject: [PATCH] Always something --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 077fe503b..598a9be42 100644 --- a/src/Makefile +++ b/src/Makefile @@ -152,7 +152,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID) endif # define compiler flags: -# -O2 defines optimization level +# -O1 defines optimization level # -Og enable debugging # -Wall turns on most, but not all, compiler warnings # -std=c99 defines C language mode (standard C from 1999 revision)