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 b3f16e2 commit 095f020Copy full SHA for 095f020
build.rs
@@ -8,6 +8,9 @@ fn main() {
8
9
println!("cargo:compiler-rt={}", cwd.join("compiler-rt").display());
10
11
+ // Activate libm's unstable features to make full use of Nightly.
12
+ println!("rustc-cfg=libm/unstable");
13
+
14
// Emscripten's runtime includes all the builtins
15
if target.contains("emscripten") {
16
return;
0 commit comments