index
:
progs/cat.git
master
cat in assembly
turret. <turret@turret.cyou>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'build.sh')
-rwxr-xr-x
build.sh
3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a99b820..1a3db6f 100755
--- a/
build.sh
+++ b/
build.sh
@@ -1,2 +1,3 @@
nasm -f elf64 cat.s -o cat.o
-ld cat.o -o cat
+ld -sN cat.o -o cat
+sstrip cat