diff options
| author | EuAndreh <eu@euandre.org> | 2022-12-08 20:01:39 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-12-08 20:01:39 -0300 |
| commit | 3894448698dc2f7dec149607097d712e123d9929 (patch) | |
| tree | 0999170d4bc354746d568a18f938d8c14d6c8412 /etc | |
| parent | etc/ssh/known_hosts: Add 2 more entries for GitHub servers (diff) | |
| download | dotfiles-3894448698dc2f7dec149607097d712e123d9929.tar.gz dotfiles-3894448698dc2f7dec149607097d712e123d9929.tar.xz | |
etc/sh/rc: Use -O0 optimizations by default
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
