aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-12-08 20:01:39 -0300
committerEuAndreh <eu@euandre.org>2022-12-08 20:01:39 -0300
commit3894448698dc2f7dec149607097d712e123d9929 (patch)
tree0999170d4bc354746d568a18f938d8c14d6c8412 /etc
parentetc/ssh/known_hosts: Add 2 more entries for GitHub servers (diff)
downloaddotfiles-3894448698dc2f7dec149607097d712e123d9929.tar.gz
dotfiles-3894448698dc2f7dec149607097d712e123d9929.tar.xz
etc/sh/rc: Use -O0 optimizations by default
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 9be2e56..aa0ee5a 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -76,7 +76,7 @@ N_PROCS=$(($(nproc) * 2 + 1))
GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')"
export MAKEFLAGS="-j $N_PROCS"
export GOPATH="$SRC/go"
-export CFLAGS='-std=c99 -Wall -Wextra -Wpedantic -g -flto -Werror'
+export CFLAGS='-std=c99 -Wall -Wextra -Wpedantic -O0 -g -flto -Werror'
export CC=gcc
export AR=gcc-ar
export LEX=flex