diff --git a/bin/src/main.rs b/bin/src/main.rs index b1fb195..ca9aa4b 100644 --- a/bin/src/main.rs +++ b/bin/src/main.rs @@ -74,6 +74,9 @@ fn main() -> Result<(), Error> { .arg(&opts.input_py) .arg("-o") .arg(&core_path); + + command.env_clear(); + if opts.debug { command.arg("-g"); }