diff options
| author | EuAndreh <eu@euandre.org> | 2023-06-27 07:33:35 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-06-27 07:33:35 -0300 |
| commit | 7b10013c584c6e95b8187e6db02c5281aa7ed639 (patch) | |
| tree | 63fe602d448ac363d1baa9e7ae99760b4a7dec4e /etc/sh | |
| parent | etc/sh/rc: Add more -W warning flags to $CFLAGS (diff) | |
| download | dotfiles-7b10013c584c6e95b8187e6db02c5281aa7ed639.tar.gz dotfiles-7b10013c584c6e95b8187e6db02c5281aa7ed639.tar.xz | |
etc/sh/rc: Add even more -W warning flags to $CFLAGS
Diffstat (limited to '')
| -rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ export VG_FLAGS=' --error-exitcode=1 ' -export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -pedantic-errors -Wconversion -Warith-conversion -O0 -g -Werror' +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 -Wstringop-overflow=2 -Wfloat-equal -Wundef -O0 -g -Werror' export CC=gcc export AR=gcc-ar export LEX=flex |
