summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-04-13 16:16:25 -0400
committerAndrew Opalach <andrew@akon.city> 2026-04-13 16:38:55 -0400
commit9913b7d590f46e59a475abbe85e70e02979d8d37 (patch)
tree4cda8e52b89775bbeb082216f34d030d58161532 /meson_options.txt
parentd13e92193d21e112f45f3c92cf159f27498a3a55 (diff)
downloadstela-9913b7d590f46e59a475abbe85e70e02979d8d37.tar.gz
stela-9913b7d590f46e59a475abbe85e70e02979d8d37.tar.bz2
stela-9913b7d590f46e59a475abbe85e70e02979d8d37.zip
Adjust window api, cleanup and update deps
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f082df8..6632475 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,4 +5,5 @@ option('poll', type: 'combo', choices: ['inline', 'fd'], value: 'inline')
option('event-buffer', type: 'boolean', value: false)
option('pause', type: 'boolean', value: true)
option('win32-compat', type: 'boolean', value: false, yield: true)
+option('release-asserts', type: 'boolean', value: true, yield: true)
option('tests', type: 'feature', value: 'auto', yield: true)