vm: remove -console option, seems not necessary.
parent
7bd1adb1c3
commit
ae1890e0d7
|
@ -31,7 +31,6 @@ Options:
|
|||
-pic=<int> max pic size [3]
|
||||
-fep enter fep mode immediately
|
||||
-no-signals turn off OS signal handling
|
||||
-console open console if possible
|
||||
-roots=<paths> '" write os windows? ";" ":" ? write "'-separated list of extra vocab root directories
|
||||
|
||||
Enter
|
||||
|
|
|
@ -94,8 +94,6 @@ void vm_parameters::init_from_args(int argc, vm_char** argv) {
|
|||
fep = true;
|
||||
else if (STRCMP(arg, STRING_LITERAL("-no-signals")) == 0)
|
||||
signals = false;
|
||||
else if (STRCMP(arg, STRING_LITERAL("-console")) == 0)
|
||||
console = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue