aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-09-18 13:52:39 -0300
committerEuAndreh <eu@euandre.org>2023-09-18 13:52:39 -0300
commitac0c40855209739aa4b6b4c2fe44ce2f374935ca (patch)
tree7bb9623f86e28e358c56b911f37cb65a937cf485
parentbin/loc: Add working utility (diff)
downloaddotfiles-ac0c40855209739aa4b6b4c2fe44ce2f374935ca.tar.gz
dotfiles-ac0c40855209739aa4b6b4c2fe44ce2f374935ca.tar.xz
etc/sh/rc: Refine $CFLAGS
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 99327c9..d5a9bc7 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -116,7 +116,7 @@ export VG_FLAGS='
--error-exitcode=1
'
-export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -pedantic-errors -Wconversion -Warith-conversion -Wfatal-errors -Wconversion -Wshadow -Warray-bounds=2 -Wformat-overflow=2 -Wformat=2 -Wformat-truncation -Wstringop-overflow=2 -Wfloat-equal -Wundef -Wdouble-promotion -Wpadded -fno-common -O0 -g -Werror'
+export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -Wconversion -Wfatal-errors -Wshadow -Wformat=2 -Wfloat-equal -Wundef -Wdouble-promotion -fno-common' # -Warith-conversion -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation -Wstringop-overflow=2 -Werror -Wpadded
export CC=tcc
export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1
export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen