Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 16, 2024
1 parent 588922b commit 6f2aff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mx.trufflesqueak/mx_trufflesqueak.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def patched_native_image(self, build_args, output_file, out=None, err=None, find
'-o', os.path.splitext(output_file)[0],
'--shared',
'--gc=' + selected_gc,
'--enable-monitoring=jvmstat,heapdump,jfr', # overwrite as Oracle GraalVM for JDK 21 has no "threaddump"
'--module', 'de.hpi.swa.trufflesqueak.launcher/%s.launcher.TruffleSqueakLauncher' % PACKAGE_NAME,
]
mx.log('Running {} ...'.format(' '.join(build_command)))
Expand Down

0 comments on commit 6f2aff6

Please sign in to comment.