diff options
author | Oxore <oxore@protonmail.com> | 2017-06-20 21:01:53 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-06-20 21:01:53 +0700 |
commit | cd2650182ce710ae7fdfae2c68b91c417d54bc60 (patch) | |
tree | a6e008ccac1c9b2e85925c6aea51d78ab3ef7e6a /Makefile | |
parent | 2af11c35bb687c89fdb35e8d6f45327fc8a842b9 (diff) |
Major refactoring!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |