diff options
| author | EuAndreh <eu@euandre.org> | 2024-01-06 18:19:30 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-01-06 18:19:30 -0300 |
| commit | 42319e44c0694248f933608781497f7b956039d3 (patch) | |
| tree | e5692c88d40bb7875da082d8423aff2df95707c7 /etc/sh | |
| parent | bin/muffle: Add -n option (diff) | |
| download | dotfiles-42319e44c0694248f933608781497f7b956039d3.tar.gz dotfiles-42319e44c0694248f933608781497f7b956039d3.tar.xz | |
etc/sh/rc: Remove extra options from $CFLAGS
Diffstat (limited to 'etc/sh')
| -rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -137,11 +137,8 @@ export CFLAGS=' -Wfloat-equal -Wundef -Wdouble-promotion - -fno-common -fsanitize=undefined -fsanitize-trap - -O0 - -g -Werror ' CFLAGS="$(printf '%s\n' "$CFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" |
