mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
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:
parent
aada86d013
commit
26709f9282
@ -4,6 +4,5 @@ git = "https://gitlab.redox-os.org/redox-os/ion.git"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_cargo
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user