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.
This commit is contained in:
bjorn3 2025-04-12 19:13:14 +02:00
parent aada86d013
commit 26709f9282

View File

@ -4,6 +4,5 @@ git = "https://gitlab.redox-os.org/redox-os/ion.git"
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo
"""
"""