From cbaeb6f6a24532b5ecbc4fea4dcb329961ad4e37 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 10 Feb 2024 23:39:57 +0100 Subject: Makefile changes because of some errors i cannot explain when using clang. Maybe its just me i don't know but i can not figure it out --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aa9ed13..60578f9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CC=clang -CFLAGS=-Wfatal-errors -Wall -Werror -Wextra -g -O2 +CC=gcc +CFLAGS=-Wfatal-errors -Wall -Werror -Wextra -g -O2 -static CFLAGS_TESTBIN=-Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address TARGET=7ed TESTTARGET=7ed-TESTING -- cgit v1.2.3