summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 247a436..3d62d6e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ FILES:=$(FILES:.c=.o)
CFLAGS += -Wall
CFLAGS += -std=c99
-CFLAGS += -O2
+CFLAGS += -O0
+CFLAGS += -Iinclude
LIBS += -lcsfml-graphics
LIBS += -lcsfml-window
LIBS += -lcsfml-system