aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-05 07:21:42 +0900
committernsfisis <nsfisis@gmail.com>2025-05-05 07:21:42 +0900
commite9b45881d901caab4a4930643a6635fb4a5227c3 (patch)
treec9055eb32e900a2b1b953df0a3862c7b3602bc0d
parent31246525edffcc43c36d30127cabb995e4a6b989 (diff)
downloadP4Dcc-e9b45881d901caab4a4930643a6635fb4a5227c3.tar.gz
P4Dcc-e9b45881d901caab4a4930643a6635fb4a5227c3.tar.zst
P4Dcc-e9b45881d901caab4a4930643a6635fb4a5227c3.zip
strip symbols
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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