aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2021-07-09 16:33:06 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2021-07-28 13:19:02 +0300
commit737985be30b1b919315ae4c77be403a63d58f000 (patch)
tree72ad47a0cc5ba331c9b09dcdb65f9ee0f90d2b0c /src/meson.build
parent8a8133fe9c4fc1628a101b5ca55375c341b1bfe9 (diff)
meson: set -D_GNU_SOURCE in the project arguments, remove other definitions
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/meson.build b/src/meson.build
index e150678..b9a198a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,9 +1,4 @@
executable('icipc-client',
'icipc-client.c',
- c_args : [
- '-D_GNU_SOURCE',
- '-DG_LOG_USE_STRUCTURED',
- '-DG_LOG_DOMAIN="icipc-client"',
- ],
dependencies : [icipc_dep, threads_dep],
)