mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
11 lines
341 B
Markdown
11 lines
341 B
Markdown
# `erg` build features
|
|
|
|
## debug
|
|
|
|
Put into debug mode. This will log the behavior of Erg internally as it happens.
|
|
Independent of Rust's `debug_assertions` flag.
|
|
|
|
## japanese
|
|
|
|
Set the system language to Japanese.
|
|
In this build, Erg internal options, help (help, copyright, license, etc.) and error messages are guaranteed to be in Japanese.
|