From 9ce3df64bad7fa430eef153b0e62b0eb894c0ed5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 3 May 2025 12:33:02 +0900 Subject: enable debuginfo --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index c10a978..fc5249f 100644 --- a/justfile +++ b/justfile @@ -3,7 +3,7 @@ CFLAGS := "-Wno-builtin-declaration-mismatch" all: build build: - gcc -o p4dcc main.c {{CFLAGS}} + gcc -g -O0 -o p4dcc main.c {{CFLAGS}} test TESTCASE="all": build #!/usr/bin/env bash -- cgit v1.2.3-70-g09d2