From 9dba94a28a9fc75cf18f5a85a8f67ce99f129884 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 31 May 2026 03:08:43 +0700 Subject: [PATCH] Enable PIE by default in GCC --- recipes/dev/gcc13/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/dev/gcc13/recipe.toml b/recipes/dev/gcc13/recipe.toml index 7cfa7450..6825ee3f 100644 --- a/recipes/dev/gcc13/recipe.toml +++ b/recipes/dev/gcc13/recipe.toml @@ -57,6 +57,7 @@ fi if [ "${CROSS_GNU_TARGET}" != "i586-unknown-redox" ]; then COOKBOOK_CONFIGURE_FLAGS+=( --enable-frame-pointer + --enable-default-pie ) fi