diff options
| author | RDR8 <rdr8@protonmail.com> | 2017-03-24 03:42:10 -0500 |
|---|---|---|
| committer | RDR8 <rdr8@protonmail.com> | 2017-03-24 03:42:10 -0500 |
| commit | ff44cb02e754a7d408e33ad7d9af11e8b561720c (patch) | |
| tree | 3ab4d3ef3a49e0f75dac253098611d1f3e6a70b9 /src | |
| parent | 9eaff6902fb417f072374239a424041fb9640433 (diff) | |
| download | raylib-ff44cb02e754a7d408e33ad7d9af11e8b561720c.tar.gz raylib-ff44cb02e754a7d408e33ad7d9af11e8b561720c.zip | |
Always something
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
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) |
