aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-12-28 06:40:07 -0600
committerLibravatar bigfoot547 <[email protected]>2023-12-28 06:40:07 -0600
commitcfe01c9f8b7ac0d82e694323b60fc172e0c35a48 (patch)
tree6f02144b38fcb2a4c5116e412f9ed4b0cc711728 /meson.build
parentadd cheap SHA1 implementation (diff)
[wip] version stuff
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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')