We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca423fe commit c8f7928Copy full SHA for c8f7928
build.rs
@@ -424,7 +424,8 @@ mod c {
424
}
425
426
// Support deterministic builds by remapping the __FILE__ prefix if the
427
- // compiler supports it.
+ // compiler supports it. This fixes the nondeterminism caused by the
428
+ // use of that macro in lib/builtins/int_util.h in compiler-rt.
429
cfg.flag_if_supported(&format!("-ffile-prefix-map={}=.", root.display()));
430
431
let src_dir = root.join("lib/builtins");
0 commit comments