summary refs log tree commit diff homepage
path: root/chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xchroot.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/chroot.sh b/chroot.sh
index 2b0bc4a..856a0c3 100755
--- a/chroot.sh
+++ b/chroot.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 set -e -u -x
 
-./server.c -O3
-./client.c -O3
-./help.c -O3
+./server.c -O3 -g
+./client.c -O3 -g
+./help.c -O3 -g
 
 if [ ! -f termcap.db ]; then
     patch -p0 -o termcap < termcap.diff