diff --git a/cli/src/loader.rs b/cli/src/loader.rs index a534d6f2..678fbb1b 100644 --- a/cli/src/loader.rs +++ b/cli/src/loader.rs @@ -180,6 +180,7 @@ impl Loader { command .arg("-shared") .arg("-fPIC") + .arg("-fno-exceptions") .arg("-I") .arg(header_path) .arg("-o")