erg/doc/EN/dev_guide/build_features.md
2022-08-18 00:06:46 +09:00

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.