diff options
author | EuAndreh <eu@euandre.org> | 2023-09-18 13:52:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-18 13:52:39 -0300 |
commit | ac0c40855209739aa4b6b4c2fe44ce2f374935ca (patch) | |
tree | 7bb9623f86e28e358c56b911f37cb65a937cf485 | |
parent | bin/loc: Add working utility (diff) | |
download | dotfiles-ac0c40855209739aa4b6b4c2fe44ce2f374935ca.tar.gz dotfiles-ac0c40855209739aa4b6b4c2fe44ce2f374935ca.tar.xz |
etc/sh/rc: Refine $CFLAGS
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |