From e9b45881d901caab4a4930643a6635fb4a5227c3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 5 May 2025 07:21:42 +0900 Subject: strip symbols --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6e51901..a71d444 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ build N="1": gcc -g -O0 -o p4dcc main.c {{CFLAGS}} else ./p4dcc < main.c > main{{N}}.s - gcc -Wl,-z,noexecstack -o p4dcc{{N}} main{{N}}.s + gcc -s -Wl,-z,noexecstack -o p4dcc{{N}} main{{N}}.s fi build N: build -- cgit v1.2.3-70-g09d2