summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-21 09:46:41 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-21 18:09:42 +0530
commit49b1faa9c128b9beb8f517bed5cccfc5cb3b0ef0 (patch)
treea7692f9ce4834172aa4c5262712841cd8aaa80a0 /meson.build
parent36be4b06236ef60234ac8d6fe3962208c880c163 (diff)
queue: merge matching derivations in queue
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cac287a..38f78d7 100644
--- a/meson.build
+++ b/meson.build
@@ -12,6 +12,7 @@ project(
add_project_arguments(
[
'-D_POSIX_C_SOURCE=200809L',
+ '-D_GNU_SOURCE',
'-Wvla',
],
language: 'c',