diff options
| author | Joel Stålnacke <joel@saker.fi> | 2026-03-23 19:50:18 +0200 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2026-03-23 19:50:18 +0200 |
| commit | 3a1f9fe6800ef5fe7bbf1c0a5976720383ba84fe (patch) | |
| tree | f1218eb4085a654f6bb70671b41b4a74e646c052 /lib/ols.json | |
| parent | 3870982f640260822bf605e693782ce9f5d79cf6 (diff) | |
Rewrite native code in Odin and use ECSodin
Diffstat (limited to 'lib/ols.json')
| -rw-r--r-- | lib/ols.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ols.json b/lib/ols.json new file mode 100644 index 0000000..89c69d7 --- /dev/null +++ b/lib/ols.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json", + "profile": "default", + "profiles": [ + { + "name": "default", + "checker_path": [ "." ], + "defines": { + "ODIN_DEBUG": "true" + } + } + ] +} |
