From cd2650182ce710ae7fdfae2c68b91c417d54bc60 Mon Sep 17 00:00:00 2001 From: Oxore Date: Tue, 20 Jun 2017 21:01:53 +0700 Subject: Major refactoring! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3