summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-07 22:05:55 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-09 22:43:48 +0530
commit8dfff0655a2f93cc540bbaf7b88fb820431ecd02 (patch)
treebbf2621277e920aa4bd9013b1fa9f8e1eb0b8e2c /meson.build
parentf6a06d2fe7bd8519219f243536e77fcee46cb583 (diff)
src/jobs: init
implement data structures and json unmarshalling
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 d5f4f82..cac287a 100644
--- a/meson.build
+++ b/meson.build
@@ -11,6 +11,7 @@ project(
add_project_arguments(
[
+ '-D_POSIX_C_SOURCE=200809L',
'-Wvla',
],
language: 'c',