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 5ee5d60..27c551e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJ_DIR = obj
CC = gcc
OFLAG = -Ofast -funroll-loops -ffast-math
-CCFLAGS = -I$(INC_DIR) -Wall -Wextra $(OFLAG)
+CCFLAGS = -I$(INC_DIR) -Wall -Wextra $(OFLAG) -mavx
LDFLAGS = -lm -lpthread \
$(shell pkg-config --libs --cflags sdl2 SDL2_ttf)