Skip to content
Snippets Groups Projects
Commit 8d8fbde9 authored by Ralf Jung's avatar Ralf Jung
Browse files

Merge branch 'robbert/no_native_compute' into 'master'

Avoid relying on native_compute.

See merge request iris/iris!865
parents 223b5ea8 93d9ef74
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
-Q iris_heap_lang iris.heap_lang -Q iris_heap_lang iris.heap_lang
-Q iris_unstable iris.unstable -Q iris_unstable iris.unstable
-Q iris_deprecated iris.deprecated -Q iris_deprecated iris.deprecated
# Avoid needlessly increasing our trusted code base with native_compute
-arg -native-compiler -arg no
# We sometimes want to locally override notation, and there is no good way to do that with scopes. # We sometimes want to locally override notation, and there is no good way to do that with scopes.
-arg -w -arg -notation-overridden -arg -w -arg -notation-overridden
# Cannot use non-canonical projections as it causes massive unification failures # Cannot use non-canonical projections as it causes massive unification failures
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment