summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-06-20 21:01:53 +0700
committerOxore <oxore@protonmail.com>2017-06-20 21:01:53 +0700
commitcd2650182ce710ae7fdfae2c68b91c417d54bc60 (patch)
treea6e008ccac1c9b2e85925c6aea51d78ab3ef7e6a /Makefile
parent2af11c35bb687c89fdb35e8d6f45327fc8a842b9 (diff)
Major refactoring!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b274ebc..247a436 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ FILES:=$(FILES:.c=.o)
CFLAGS += -Wall
CFLAGS += -std=c99
-CFLAGS += -O3
+CFLAGS += -O2
LIBS += -lcsfml-graphics
LIBS += -lcsfml-window
LIBS += -lcsfml-system