diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-07-09 16:33:06 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-07-28 13:19:02 +0300 |
commit | 737985be30b1b919315ae4c77be403a63d58f000 (patch) | |
tree | 72ad47a0cc5ba331c9b09dcdb65f9ee0f90d2b0c /lib | |
parent | 8a8133fe9c4fc1628a101b5ca55375c341b1bfe9 (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 'lib')
-rw-r--r-- | lib/meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/meson.build b/lib/meson.build index 7b8a21b..787bc4f 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -27,11 +27,6 @@ install_headers(icipc_lib_headers, icipc_lib = library('icipc-' + icipc_api_version, icipc_lib_sources, - c_args : [ - '-D_GNU_SOURCE', - '-DG_LOG_USE_STRUCTURED', - '-DG_LOG_DOMAIN="icipc"', - ], install: true, dependencies : [threads_dep], soversion: icipc_so_version, |