From b0998910dd974280b3c6f3f65e21bfd5859b117f Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 19 May 2020 16:46:13 +0200 Subject: Basic explorer with window resize, iterations change, moving around --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit