From 822ffbf7edecbb05c7c6437ab76d9f7491f3ab04 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 14 Nov 2024 00:34:20 -0300 Subject: etc/sh/rc: Replace -fPIE with -fPIC in $CFLAGS --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index e1c0ecd..cdd4ec5 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -132,7 +132,7 @@ export CC=gcc export CCFLAGS=' -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 - -fPIE + -fPIC -std=c17 -Wall -Wextra -- cgit v1.2.3