diff --git a/lib/cli/src/commands/create_exe.rs b/lib/cli/src/commands/create_exe.rs index 4b573e93f..5b843bd50 100644 --- a/lib/cli/src/commands/create_exe.rs +++ b/lib/cli/src/commands/create_exe.rs @@ -1160,7 +1160,6 @@ fn link_exe_from_dir( cmd.arg("-I"); cmd.arg(normalize_path(&format!("{}", include_path.display()))); - #[cfg(not(windows))] cmd.arg("-lunwind"); cmd.arg("-OReleaseSafe"); cmd.arg("-fno-compiler-rt");