info: Add a 'flags' parametter to gst_debug_get_stack_trace
[platform/upstream/gstreamer.git] / plugins / tracers / meson.build
index b66d47d..76adb0b 100644 (file)
@@ -3,9 +3,12 @@ gst_tracers_sources = [
   'gstleaks.c',
   'gststats.c',
   'gsttracers.c',
-  'gstlog.c'
 ]
 
+if not disable_gst_debug
+  gst_tracers_sources += ['gstlog.c']
+endif
+
 if have_getrusage
   gst_tracers_sources += ['gstrusage.c']
 endif