diff options
author | EuAndreh <eu@euandre.org> | 2024-11-14 00:34:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-14 00:34:20 -0300 |
commit | 822ffbf7edecbb05c7c6437ab76d9f7491f3ab04 (patch) | |
tree | 095d7afb9fe8cad1e69e593c8a1e00dc8d28e790 /etc/sh/rc | |
parent | etc/sh/rc: Add $FUZZSEC (diff) | |
download | dotfiles-822ffbf7edecbb05c7c6437ab76d9f7491f3ab04.tar.gz dotfiles-822ffbf7edecbb05c7c6437ab76d9f7491f3ab04.tar.xz |
etc/sh/rc: Replace -fPIE with -fPIC in $CFLAGS
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ export CC=gcc export CCFLAGS=' -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 - -fPIE + -fPIC -std=c17 -Wall -Wextra |