From 10a967b3f144340be4fc26ec0962e016eeea182e Mon Sep 17 00:00:00 2001 From: omicron Date: Sun, 30 Mar 2025 22:00:34 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d2cf6f..43b0c0b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=clang LD=clang -CFLAGS=-Wall -Wextra -Wpedantic -O0 -g3 -std=c23 -fno-omit-frame-pointer -fno-optimize-sibling-calls +CFLAGS=-Wall -Wextra -Wpedantic -O0 -g3 -std=c23 -fno-omit-frame-pointer -fno-optimize-sibling-calls -D_GNU_SOURCE LDFLAGS?= SOURCES = $(shell find src/ -type f -name '*.c')