From 26709f928234a9443a12ac681715cee425c85a27 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 12 Apr 2025 19:13:14 +0200 Subject: [PATCH] Statically link ion This increases the chance that it is possible to inspect the state of a system when something went wrong with libc or the dynamic linker. Eg due to borked or partial update. --- recipes/core/ion/recipe.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/core/ion/recipe.toml b/recipes/core/ion/recipe.toml index eb746ff6..cdabcdc3 100644 --- a/recipes/core/ion/recipe.toml +++ b/recipes/core/ion/recipe.toml @@ -4,6 +4,5 @@ git = "https://gitlab.redox-os.org/redox-os/ion.git" [build] template = "custom" script = """ -DYNAMIC_INIT cookbook_cargo -""" \ No newline at end of file +"""