mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
assemble with debug information
This commit is contained in:
parent
d101790669
commit
734a337d07
|
@ -12,6 +12,7 @@ fn main() {
|
|||
let out = std::process::Command::new("arm-none-eabi-as")
|
||||
.arg("-mthumb-interwork")
|
||||
.arg("-mthumb")
|
||||
.arg("-g")
|
||||
.args(&["-o", out_file_path.as_str()])
|
||||
.arg("crt0.s")
|
||||
.output()
|
||||
|
|
Loading…
Reference in a new issue