From 8d2330dbc97547c3d237729e3bc79b71e95fcdc9 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 4 Jun 2026 09:50:25 +0200 Subject: [PATCH] Revert enable PIE via gcc flags --- recipes/dev/gcc13/recipe.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/dev/gcc13/recipe.toml b/recipes/dev/gcc13/recipe.toml index 6825ee3f..7cfa7450 100644 --- a/recipes/dev/gcc13/recipe.toml +++ b/recipes/dev/gcc13/recipe.toml @@ -57,7 +57,6 @@ fi if [ "${CROSS_GNU_TARGET}" != "i586-unknown-redox" ]; then COOKBOOK_CONFIGURE_FLAGS+=( --enable-frame-pointer - --enable-default-pie ) fi