Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: Disable SSE2 to work around a rustc crash with UML
It looks like rustc is crashing when building the doctests under UML. No idea exactly why, but there was a SIGTRAP deep within LLVM somewhere. Disabling SSE2 seems to fix it, as noted here: https://bestrustcrates.com/p/this-small-project-iliakonnovrust-crash/index.html Signed-off-by: David Gow <[email protected]>
- Loading branch information