aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4fae640..e6c83dc 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ INC_DIR = inc
OBJ_DIR = obj
CC = gcc
-OFLAG = -O0
+OFLAG = -Ofast -funroll-loops -ffast-math
CCFLAGS = -I$(INC_DIR) -Wall -Wextra $(OFLAG)
LDFLAGS = -lm -lpthread $(shell sdl2-config --libs --cflags)