fix windows linking remove --strip option

This commit is contained in:
Luke Boswell 2023-09-24 11:31:38 +10:00 committed by Brendan Hansknecht
parent 908c999138
commit 4f3ed13929
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -1243,7 +1243,6 @@ fn link_windows(
&format!("glue::{}", find_zig_glue_path().to_str().unwrap()),
"--deps",
"glue",
"--strip",
"-O",
"Debug",
"-dynamic",