aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/frameworks/7 gnome/genmarshal/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/frameworks/7 gnome/genmarshal/meson.build b/test cases/frameworks/7 gnome/genmarshal/meson.build
index 4a1a7f9..d7189f5 100644
--- a/test cases/frameworks/7 gnome/genmarshal/meson.build
+++ b/test cases/frameworks/7 gnome/genmarshal/meson.build
@@ -1,7 +1,8 @@
marshallers = gnome.genmarshal('marshaller',
sources : 'marshaller.list',
install_header : true,
-install_dir : get_option('includedir'))
+install_dir : get_option('includedir'),
+extra_args : ['-UG_ENABLE_DEBUG', '--prototypes'])
marshaller_c = marshallers[0]
marshaller_h = marshallers[1]