diff options
| author | EuAndreh <eu@euandre.org> | 2023-06-27 06:39:49 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-06-27 06:39:49 -0300 |
| commit | 658183fa842709e916bab09e33f9cdd37719d3bb (patch) | |
| tree | 66cbd39d7fa0a37446bdd4e35a87330be90c37c6 /etc | |
| parent | bin/backup: Remove -x option (diff) | |
| download | dotfiles-658183fa842709e916bab09e33f9cdd37719d3bb.tar.gz dotfiles-658183fa842709e916bab09e33f9cdd37719d3bb.tar.xz | |
etc/sh/rc: Add more -W warning flags to $CFLAGS
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -111,7 +111,8 @@ export VG_FLAGS=' --track-origins=yes --error-exitcode=1 ' -export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -O0 -g -Werror' + +export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -pedantic-errors -Wconversion -Warith-conversion -O0 -g -Werror' export CC=gcc export AR=gcc-ar export LEX=flex |
