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