Skip to content

Commit 5836964

Browse files
committed
Remove a couple unsupported options from collectArguments()
1 parent c8086b3 commit 5836964

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/launcher/java/org/truffleruby/launcher/RubyLauncher.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ protected void collectArguments(Set<String> options) {
159159
"--copyright",
160160
"--enable", "--disable",
161161
"--external-encoding", "--internal-encoding",
162-
"--yydebug",
163-
"--debug-frozen-string-literal",
164162
"--version"));
165163
}
166164

0 commit comments

Comments
 (0)