diff options
author | June McEnroe <programble@gmail.com> | 2017-07-31 23:40:03 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-07-31 23:40:03 -0400 |
commit | e88855363c44cdab0bbd1d43a48a00ea42f5980d (patch) | |
tree | cf254e69e1e445f6cd57b9f8be0cbc8d9f976926 /chroot.sh | |
parent | Don't dump tiles in core (diff) | |
download | torus-e88855363c44cdab0bbd1d43a48a00ea42f5980d.tar.gz torus-e88855363c44cdab0bbd1d43a48a00ea42f5980d.zip |
Build with debug info
Diffstat (limited to 'chroot.sh')
-rwxr-xr-x | chroot.sh | 6 |
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 |