clean switches + 64-common

This commit is contained in:
2025-09-06 19:32:19 +02:00
parent 7612629fa3
commit 489d35a65b
2 changed files with 118 additions and 66 deletions

View File

@@ -6,7 +6,7 @@ install:
test:
make
gcc -m32 -fstack-protector -static -Wl,-z,relro,-z,now main.c
gcc -fstack-protector -static -Wl,-z,relro,-z,now main.c
./helpelf a.out
clean: