From e345d475790140ec2362dce3a1e4462358b174ea Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 18 Oct 2024 18:04:11 +0200 Subject: a bit of a mess right now but working on it --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52e9f35..6ed64dc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CC=g++ -CFLAGS_TESTBIN=-O0 -Wfatal-errors -Wall -Werror -Wextra -g3 -fsanitize=address -fsanitize=leak -Wpedantic -Wformat=2 -Wshadow -Wformat-truncation=2 -Wformat-overflow -fno-common -std=c++20 -DDEBUG_S +CC=clang++ +CFLAGS_TESTBIN=-O0 -Wfatal-errors -Wall -Werror -Wextra -g3 -fsanitize=address -fsanitize=leak -Wpedantic -Wformat=2 -Wshadow -fno-common -std=c++20 -DDEBUG_S CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -static -std=c++20 TARGET=tsr TESTTARGET=tsr-TESTING -- cgit v1.2.3