mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
cleanup CI, fix unrecognized --strip
This commit is contained in:
parent
82a6c4e519
commit
90865c6b51
4 changed files with 7 additions and 11 deletions
|
@ -1669,7 +1669,7 @@ mod test {
|
|||
"app.zig",
|
||||
"-target",
|
||||
"x86_64-windows-gnu",
|
||||
"--strip",
|
||||
"-fstrip",
|
||||
"-rdynamic",
|
||||
"-OReleaseFast",
|
||||
])
|
||||
|
@ -1707,7 +1707,7 @@ mod test {
|
|||
"-target",
|
||||
"x86_64-windows-gnu",
|
||||
"-rdynamic",
|
||||
"--strip",
|
||||
"-fstrip",
|
||||
"-rdynamic",
|
||||
"-OReleaseFast",
|
||||
]);
|
||||
|
@ -1929,7 +1929,7 @@ mod test {
|
|||
"-target",
|
||||
"x86_64-windows-gnu",
|
||||
"-rdynamic",
|
||||
"--strip",
|
||||
"-fstrip",
|
||||
"-OReleaseFast",
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue