diff options
author | June McEnroe <june@causal.agency> | 2017-07-31 23:40:03 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-07-31 23:40:03 -0400 |
commit | ed7646e492853fa577f449fb1be8556a5f8dbf9e (patch) | |
tree | f03f09369e074fc1f8b6b5053890c11e4c816e07 | |
parent | Don't dump tiles in core (diff) | |
download | torus-ed7646e492853fa577f449fb1be8556a5f8dbf9e.tar.gz torus-ed7646e492853fa577f449fb1be8556a5f8dbf9e.zip |
Build with debug info
-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 |