aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRDR8 <rdr8@protonmail.com>2017-03-24 03:42:10 -0500
committerRDR8 <rdr8@protonmail.com>2017-03-24 03:42:10 -0500
commitff44cb02e754a7d408e33ad7d9af11e8b561720c (patch)
tree3ab4d3ef3a49e0f75dac253098611d1f3e6a70b9 /src
parent9eaff6902fb417f072374239a424041fb9640433 (diff)
downloadraylib-ff44cb02e754a7d408e33ad7d9af11e8b561720c.tar.gz
raylib-ff44cb02e754a7d408e33ad7d9af11e8b561720c.zip
Always something
Diffstat (limited to 'src')
-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)