From 26daaa717074f6c383e05efc070e63f24609fb5b Mon Sep 17 00:00:00 2001 From: oskar Date: Thu, 30 May 2024 16:20:36 +0200 Subject: small change --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af9fd70..23f7569 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CC=egcc -CFLAGS_TESTBIN=-O3 -Wfatal-errors -Wall -Werror -Wextra -g -Wpedantic -std=gnu99 +CC=gcc +CFLAGS_TESTBIN=-Og -fsanitize=address -Wfatal-errors -Wall -Werror -Werror=return-type -Wextra -g -Wpedantic -std=gnu99 CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -std=gnu99 MAKEFLAGS += -j$(nproc) TARGETS=helloworld -- cgit v1.2.3