about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-31 23:40:03 -0400
committerJune McEnroe <june@causal.agency>2017-07-31 23:40:03 -0400
commited7646e492853fa577f449fb1be8556a5f8dbf9e (patch)
treef03f09369e074fc1f8b6b5053890c11e4c816e07
parentDon't dump tiles in core (diff)
downloadtorus-ed7646e492853fa577f449fb1be8556a5f8dbf9e.tar.gz
torus-ed7646e492853fa577f449fb1be8556a5f8dbf9e.zip
Build with debug info
-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
2d87b53a18d48e9d8346c8b352aea5f2096a459d&follow=1'>Resize using target pixel counts for consistencyJune McEnroe 2024-06-10Add The Girl Who Was Convinced...June McEnroe 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe