Skip to content

Commit 8de8ede

Browse files
committed
bisect
1 parent 4335b59 commit 8de8ede

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

builtins-test-intrinsics/build.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ fn main() {
88
let target = builtins_configure::Target::from_env();
99
builtins_configure::configure_f16_f128(&target);
1010
builtins_configure::configure_aliases(&target);
11-
12-
// if target.os == "windows" {
13-
// // Needed for using the `mainCRTStartup` entrypoint.
14-
// println!("cargo::rustc-link-arg=/subsystem:console");
15-
// }
1611
}

0 commit comments

Comments
 (0)