From 918acf5dc55fa27f2ba4121b8dd07fd5cde036bd Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 5 Apr 2024 13:48:29 +0200 Subject: Working on 'N' now. Works pretty well. But it's not finished so i cant say how well it will go when i do N plus continue or N immediate. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2604198..1be84f3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS_TESTBIN=-Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address +CFLAGS_TESTBIN=-O3 -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address CFLAGS=-O2 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -static TARGET=7ed TESTTARGET=7ed-TESTING -- cgit v1.2.3