diff options
| author | EuAndreh <eu@euandre.org> | 2025-08-27 06:07:28 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-08-27 06:07:28 -0300 |
| commit | 1f68c469a3d76c760f13556d98e25f69dd11cade (patch) | |
| tree | d7950c2f5939e07aa4bef94bee83d51256c70f61 /etc/sh | |
| parent | bin/print: When text, add line numbers (diff) | |
| download | dotfiles-1f68c469a3d76c760f13556d98e25f69dd11cade.tar.gz dotfiles-1f68c469a3d76c760f13556d98e25f69dd11cade.tar.xz | |
etc/sh/rc: -Wno-poiter-arith in $CFLAGS
Diffstat (limited to 'etc/sh')
| -rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,6 +140,7 @@ export CCFLAGS=' -Wundef -Wvla -Wmissing-prototypes + -Wno-pointer-arith ' CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export LLDFLAGS='' |
