mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug. Fix a tiny error in the JS shell's help message. rs=terrence.
DONTBUILD because it's a trivial string-only change. --HG-- extra : rebase_source : b98b49fbb60efed5953f4da6f2e47637172556c5
This commit is contained in:
parent
2930263fe1
commit
ba2c0b1abe
@ -6171,7 +6171,7 @@ main(int argc, char **argv, char **envp)
|
||||
|| !op.addBoolOption('\0', "ion-eager", "Always ion-compile methods (implies --baseline-eager)")
|
||||
|| !op.addBoolOption('\0', "ion-compile-try-catch", "Ion-compile try-catch statements")
|
||||
|| !op.addStringOption('\0', "ion-parallel-compile", "on/off",
|
||||
"Compile scripts off thread (default: off)")
|
||||
"Compile scripts off thread (default: on)")
|
||||
|| !op.addBoolOption('\0', "baseline", "Enable baseline compiler (default)")
|
||||
|| !op.addBoolOption('\0', "no-baseline", "Disable baseline compiler")
|
||||
|| !op.addBoolOption('\0', "baseline-eager", "Always baseline-compile methods")
|
||||
|
Loading…
Reference in New Issue
Block a user