Add comment about why -Cpanic=abort option is needed
This commit is contained in:
parent
a8b0e30a8b
commit
f516c96811
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ impl ConfigInfo {
|
|||
}
|
||||
_ => {}
|
||||
}
|
||||
// This should not be needed, but is necessary for the CI in the rust repository.
|
||||
// FIXME: Remove when the rust CI switches to the master version of libgccjit.
|
||||
rustflags.push("-Cpanic=abort".to_string());
|
||||
} else {
|
||||
self.cg_backend_path = current_dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue