diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-13 16:59:13 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-13 16:59:13 -0400 |
| commit | f0b81af6c273c0281e6802bc0f5af756f874cc9f (patch) | |
| tree | a14ed291dff84f2c921a5d557e586be7c3ec42b4 /README.md | |
| parent | 8c79828ef714d0219cf2585d33a4425cd6cb5370 (diff) | |
Add `odin_root_override` to ols config to allow a user to override the `ODIN_ROOT` `ols` uses
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,8 @@ Options: `odin_command`: Allows you to specify your Odin location, instead of just relying on the environment path. +`odin_root_override`: Allows you to specify a custom `ODIN_ROOT` that `ols` will use to look for `odin` core libraries when implementing custom runtimes. + `checker_args`: Pass custom arguments to `odin check`. `verbose`: Logs warnings instead of just errors. |