build: set wrap_mode=nodownload in default options

This can be surprising (e.g. in CI, this can download source code
instead of using system libraries) and users can easily turn it
back on if desired.
This commit is contained in:
Simon Ser 2025-06-12 00:14:50 +02:00
parent 0a740a24d9
commit 609a3a4cdd

View file

@ -8,6 +8,7 @@ project(
'c_std=c11',
'warning_level=2',
'werror=true',
'wrap_mode=nodownload',
],
)