summaryrefslogtreecommitdiff
path: root/lib/ols.json
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2026-03-23 19:50:18 +0200
committerJoel Stålnacke <joel@saker.fi>2026-03-23 19:50:18 +0200
commit3a1f9fe6800ef5fe7bbf1c0a5976720383ba84fe (patch)
treef1218eb4085a654f6bb70671b41b4a74e646c052 /lib/ols.json
parent3870982f640260822bf605e693782ce9f5d79cf6 (diff)
Rewrite native code in Odin and use ECSodin
Diffstat (limited to 'lib/ols.json')
-rw-r--r--lib/ols.json13
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"
+ }
+ }
+ ]
+}