From ccc9b59d0355688c9162846cc72902a7e214b402 Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Thu, 28 Mar 2019 13:12:00 +0000 Subject: [PATCH] Turn up to 11 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f0e0b1..76a1114 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ OBJS += GL/matrix.o GL/fog.o GL/error.o GL/clip.o containers/stack.o containers/ SUBDIRS = -KOS_CFLAGS += -ffast-math -O3 -Iinclude +KOS_CFLAGS += -ffast-math -Ofast -Iinclude link: $(KOS_AR) rcs $(TARGET) $(OBJS)