diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2021-03-03 03:34:12 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2021-03-03 03:34:12 +0300 |
commit | 1c211087b9215bc5108eab368926a1d9c4d5ae41 (patch) | |
tree | 6f55ba6c159ea5978571ea3cfb5f629b0341953a /Makefile | |
parent | 05ecdfacb7fe981ec3b321a65a9d183298cb80db (diff) | |
download | takethis-1c211087b9215bc5108eab368926a1d9c4d5ae41.tar takethis-1c211087b9215bc5108eab368926a1d9c4d5ae41.tar.xz takethis-1c211087b9215bc5108eab368926a1d9c4d5ae41.zip |
Oh my god...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ CFLAGS = -xc -ansi -Wall ifeq '$(DEBUG)' 'yes' CFLAGS += -g -O0 else -CFLAGS += -O3 +CFLAGS += -O2 endif # Use SDL: LFLAGS = -lSDL2 -lSDL2_ttf -lSDL2_mixer -lm |