diff --git a/cli/src/loader.rs b/cli/src/loader.rs index b6e23a3a..2f8db080 100644 --- a/cli/src/loader.rs +++ b/cli/src/loader.rs @@ -230,6 +230,7 @@ impl Loader { .arg("-shared") .arg("-fPIC") .arg("-fno-exceptions") + .arg("-g") .arg("-I") .arg(header_path) .arg("-o")