From 811f11463851a0f35835ac72ef09b65b1072de20 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 25 Sep 2025 20:05:19 -0400 Subject: Add runtime freezing, add defun and defmacro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55266b0..6eab26f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ EXE := pit CC := musl-gcc CHK_SOURCES ?= $(SRCS) CPPFLAGS ?= -MMD -MP -CFLAGS ?= -Ideps/ -Isrc/ -Wall -Wextra -Wpedantic -ftrapv --std=c23 -O0 -g +CFLAGS ?= -Ideps/ -Isrc/ -Wall -Wextra -Wpedantic -ftrapv --std=c23 -g LDFLAGS ?= -g -static .PHONY: all clean check-syntax -- cgit v1.2.3