From 138df0d5a01d70a70ab1d2aa8f62105a911724df Mon Sep 17 00:00:00 2001 From: Curtis 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(-) 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 ad98e4ecd3d6ddc999e93f59549a03ef05fffead'/> dontfiles
summary refs log tree commit diff
path: root/.config/nvim/colors/subtle.vim (unfollow)
Commit message (Expand)Author
2016-08-04Remove march from SSH configJune McEnroe
2016-08-01Disable tab indicators in iTermJune McEnroe
2016-07-30Color PreProc DarkGreenJune McEnroe
2016-07-29Color Structure and Typedef in grayJune McEnroe
2016-07-27Color comments DarkBlue and LightBlueJune McEnroe
2016-07-27Color macros in yellowJune McEnroe
2016-07-26Colorscheme colors and schemesJune McEnroe
2016-07-26Add ''subtle'' colorschemeJune McEnroe
2016-07-26Add htoprcJune McEnroe
2016-07-24Add may and refactor ssh configJune McEnroe
2016-07-18Disable cursorlineJune McEnroe
2016-07-18Use hard constrast gruvbox darkJune McEnroe
2016-07-15Remove vim configurationJune McEnroe
2016-07-15Add readline to README configurations listJune McEnroe
2016-07-15Add vendor script to READMEJune McEnroe
2016-07-15Pull latest pathogen and gruvboxJune McEnroe