We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4335b59 commit 8de8edeCopy full SHA for 8de8ede
builtins-test-intrinsics/build.rs
@@ -8,9 +8,4 @@ fn main() {
8
let target = builtins_configure::Target::from_env();
9
builtins_configure::configure_f16_f128(&target);
10
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
- // }
16
}
0 commit comments