From 80dadfb7533136f7c4631875dc4b9cc089a00f66 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 30 Jul 2017 23:19:30 -0400 Subject: Optimize builds for chroot --- chroot.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chroot.sh') 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 -- cgit 1.4.1 e='id' value='7bac64b1b3d8a0ab763aa584e3b085b45ae082b7'/> collaborative ASCII art - https://git.causal.agency/torus/
summary refs log tree commit diff
path: root/termcap.diff (unfollow)
Commit message (Expand)Author
2018-03-05Undef COLOR_ constants in torus.hJune McEnroe
2018-03-05Generate tagsJune McEnroe
2017-10-03Simplify Makefile with pattern ruleJune McEnroe
2017-09-27Remove leading blank linesJune McEnroe
2017-09-27Add merge.c to READMEJune McEnroe
2017-09-03Assert client coords are valid after movementJune McEnroe
2017-09-03Relicense AGPLJune McEnroe
2017-09-01Revert "Add client readOnly mode"June McEnroe
2017-09-01Remove clientRemove call from clientCastJune McEnroe
2017-09-01Add client readOnly modeJune McEnroe
2017-08-31Clean up merge toolJune McEnroe
2017-08-31Choose B for tiles with equal modify timesJune McEnroe
2017-08-31Add quick data file merge toolJune McEnroe
2017-08-30Use only foreground color for selecting spawnJune McEnroe
2017-08-29Add four additional spawnsJune McEnroe
2017-08-28Add respawningJune McEnroe
2017-08-26Move license above includesJune McEnroe
2017-08-26Snapshot metadataJune McEnroe
2017-08-26Add meta.c to READMEJune McEnroe
2017-08-26Use MakefileJune McEnroe