about summary refs log tree commit diff homepage
path: root/chroot.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-07-30 23:19:30 -0400
committerJune McEnroe <programble@gmail.com>2017-07-30 23:19:30 -0400
commit138df0d5a01d70a70ab1d2aa8f62105a911724df (patch)
tree4687fdb07ff325c934d8dd5bed0e05dfff646198 /chroot.sh
parentPersist bright across color changes (diff)
downloadtorus-138df0d5a01d70a70ab1d2aa8f62105a911724df.tar.gz
torus-138df0d5a01d70a70ab1d2aa8f62105a911724df.zip
Optimize builds for chroot
Diffstat (limited to '')
-rwxr-xr-xchroot.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/chroot.sh b/chroot.sh
index fe4442a..2b0bc4a 100755
--- a/chroot.sh
+++ b/chroot.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 set -e -u -x
 
-./server.c
-./client.c
-./help.c
+./server.c -O3
+./client.c -O3
+./help.c -O3
 
 if [ ! -f termcap.db ]; then
     patch -p0 -o termcap < termcap.diff