From e88855363c44cdab0bbd1d43a48a00ea42f5980d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 31 Jul 2017 23:40:03 -0400 Subject: Build with debug info --- chroot.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chroot.sh') 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 -- cgit 1.4.1