Is there a way to enable assertions in Graal? Running with ./mx.sh --vmbuild debug vm -ea -graal SomeFile will only enable assertions for the run files (i.e. SomeFile), but not for the Graal code itself. --Daniel