Enable PIE by default in GCC

This commit is contained in:
Wildan M 2026-05-31 03:08:43 +07:00
parent 22f4f0b45c
commit 9dba94a28a
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -57,6 +57,7 @@ fi
if [ "${CROSS_GNU_TARGET}" != "i586-unknown-redox" ]; then
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-frame-pointer
--enable-default-pie
)
fi