cleanup CI, fix unrecognized --strip

This commit is contained in:
Anton-4 2023-09-27 11:36:43 +02:00 committed by Brendan Hansknecht
parent 82a6c4e519
commit 90865c6b51
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
4 changed files with 7 additions and 11 deletions

View file

@ -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",
]);