diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-06-12 00:14:50 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2025-06-12 00:14:50 +0200 |
| commit | 0efa93247c9807d30908a76ec797ae2d4d148556 (patch) | |
| tree | 4dd6d11eef728a15fd2cbb8f17c1b5e0d7b073d4 /meson.build | |
| parent | 43960fbfc23bab9671c7f23a7ce42f3af58ab1a5 (diff) | |
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.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 05e51881..eab1348a 100644 --- a/meson.build +++ b/meson.build @@ -8,6 +8,7 @@ project( 'c_std=c11', 'warning_level=2', 'werror=true', + 'wrap_mode=nodownload', ], ) |
