Enter debug mode. As a result, the behavior inside Erg is sequentially displayed in the log. Also, enable backtrace_on_stack_overflow
.
Independent of Rust's debug_assertions
flag.
Enable only backtrace_on_stack_overflow
.
Set the system language to Japanese. Erg internal options, help (help, copyright, license, etc.) and error display are guaranteed to be Japanese.
Set the system language to Simplified Chinese. Erg internal options, help (help, copyright, license, etc.) and errors are displayed in Simplified Chinese.
Set the system language to Traditional Chinese. Erg internal options, help (help, copyright, license, etc.) and errors are displayed in Traditional Chinese.
The compiler makes the display rich.
Increase the thread stack size. Used for Windows execution and test execution.
--language-server
option becomes available.
erg --language-server
will start the Erg language server.
Enable Python-compatible mode, which makes parts of the APIs and syntax compatible with Python. Used for pylyzer.
Enable experimental features.
Only display error logs.
Enable compiler parallelization. Default is enabled.