diff --git a/agb/build.rs b/agb/build.rs index b46c17aa..360dfae0 100644 --- a/agb/build.rs +++ b/agb/build.rs @@ -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()