From 09a819b2ef927adf5239a73f91cdfcefd6774688 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 20 May 2020 07:41:03 +0200 Subject: Added colors with 1D texture --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit