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 0b2f4ab..34f2f01 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ INC_DIR = inc
OBJ_DIR = obj
CC = gcc
-OFLAG = -O0 #-Ofast -funroll-loops -ffast-math
+OFLAG = -O3
CCFLAGS = -I$(INC_DIR) -Wall -Wextra -Wpedantic $(OFLAG) \
$(shell pkg-config --cflags sdl2 glew)
LDFLAGS = $(shell pkg-config --libs sdl2 glew)