From d416a80324225d0c64c5021e74773a2e768de73a Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 24 Oct 2018 12:20:42 -0400 Subject: Fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 763a2e8..6f46156 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BIN_POSTFIX = .exe ifeq ($(DEBUG),true) CFLAGS += -g -O0 -Wall -Werror else - CFLAGS += -03 + CFLAGS += -O3 endif TEST_1_NAME = t/test_1$(BIN_POSTFIX) -- cgit v1.2.3-70-g09d2