start running global constructors
This commit is contained in:
parent
9ed1b679c0
commit
f64b5d7120
5 changed files with 1096 additions and 196 deletions
|
|
@ -5,6 +5,12 @@ name = "compile-qemu-for-decoder"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
verbose-trace = []
|
||||
|
||||
[dependencies]
|
||||
eyre = "0.6.12"
|
||||
inkwell = { version = "0.8.0", features = ["no-libffi-linking", "llvm20-1", "target-powerpc", "llvm20-1-prefer-dynamic"], default-features = false }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue