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