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 f7a3c98 commit a28f86dCopy full SHA for a28f86d
src/launcher/java/org/truffleruby/launcher/CommandLineParser.java
@@ -429,8 +429,6 @@ private void processArgument() throws CommandLineException {
429
// cancel other execution actions
430
config.setOption(OptionsCatalog.EXECUTION_ACTION, ExecutionAction.NONE);
431
break FOR;
432
- } else if (argument.startsWith("--profile")) {
433
- throw notImplemented("--profile");
434
} else if (argument.equals("--debug-frozen-string-literal")) {
435
warnInternalDebugTool(argument);
436
0 commit comments