aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 077fe503..598a9be4 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)