We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be81d9b commit dec7407Copy full SHA for dec7407
substratevm/mx.substratevm/mx_substratevm.py
@@ -469,7 +469,7 @@ def svm_gate_body(args, tasks):
469
cinterfacetutorial([])
470
clinittest([])
471
472
- with Task('image demos', tasks, tags=[GraalTags.helloworld_debug]) as t:
+ with Task('image demos debuginfo', tasks, tags=[GraalTags.helloworld_debug]) as t:
473
if t:
474
if svm_java8():
475
javac_image(['--output-path', svmbuild_dir(), '-H:GenerateDebugInfo=1'])
0 commit comments