about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
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
h?h=1.5&id=1140dfdd3d6bbcadb0ccb1693b4fbe4e6d0792c5&follow=1'>Add columnsize = 0 option to FTS indexJune McEnroe 2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe 2020-01-12Add Linux.mkJune McEnroe 2020-01-11Fix unscoop dedup window syntaxJune McEnroe 2020-01-11Bump busy timeout to 10sJune McEnroe00'>2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe