diff options
| author | 2023-12-28 06:40:07 -0600 | |
|---|---|---|
| committer | 2023-12-28 06:40:07 -0600 | |
| commit | cfe01c9f8b7ac0d82e694323b60fc172e0c35a48 (patch) | |
| tree | 6f02144b38fcb2a4c5116e412f9ed4b0cc711728 /meson.build | |
| parent | add cheap SHA1 implementation (diff) | |
[wip] version stuff
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e65eb11..b4f6f89 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('l2su', 'c') +project('l2su', 'c', default_options : {'b_ndebug': 'if-release'}) add_global_arguments('-D_XOPEN_SOURCE=700', language : 'c') curl_dep = dependency('libcurl') |
