mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
fix windows linking remove --strip option
This commit is contained in:
parent
908c999138
commit
4f3ed13929
1 changed files with 0 additions and 1 deletions
|
@ -1243,7 +1243,6 @@ fn link_windows(
|
|||
&format!("glue::{}", find_zig_glue_path().to_str().unwrap()),
|
||||
"--deps",
|
||||
"glue",
|
||||
"--strip",
|
||||
"-O",
|
||||
"Debug",
|
||||
"-dynamic",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue