Skip to content
Snippets Groups Projects
Commit 3f935e68 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Disable mutable-noalias

parent d99592ea
Branches
Tags
No related merge requests found
......@@ -4,6 +4,9 @@ build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-unknown-none-hermitkernel"
rustflags = [
"-Zmutable-noalias=no"
]
[target.x86_64-unknown-hermit-kernel]
runner = "tests/hermit_test_runner.py"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment