Skip to content

Commit f516c96

Browse files
Add comment about why -Cpanic=abort option is needed
1 parent a8b0e30 commit f516c96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_system/src/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ impl ConfigInfo {
165165
}
166166
_ => {}
167167
}
168+
// This should not be needed, but is necessary for the CI in the rust repository.
169+
// FIXME: Remove when the rust CI switches to the master version of libgccjit.
168170
rustflags.push("-Cpanic=abort".to_string());
169171
} else {
170172
self.cg_backend_path = current_dir

0 commit comments

Comments
 (0)