Skip to content

Commit 095f020

Browse files
committed
Update build.rs
1 parent b3f16e2 commit 095f020

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ fn main() {
88

99
println!("cargo:compiler-rt={}", cwd.join("compiler-rt").display());
1010

11+
// Activate libm's unstable features to make full use of Nightly.
12+
println!("rustc-cfg=libm/unstable");
13+
1114
// Emscripten's runtime includes all the builtins
1215
if target.contains("emscripten") {
1316
return;

0 commit comments

Comments
 (0)