Fix: do not require lttng-utils.debug-info with --disable-debug-info
[babeltrace.git] / cli / babeltrace-cfg-cli-args-default.c
index 0617b59dcf3359683a20bd0046a7f9cb2f96ce12..2a66a6359624e443ceb0967a67e1fd336444ce69 100644 (file)
 #include "babeltrace-cfg-cli-args.h"
 #include "babeltrace-cfg-cli-args-default.h"
 
+#ifdef ENABLE_DEBUG_INFO
+# define BT_ENABLE_DEBUG_INFO  1
+#else
+# define BT_ENABLE_DEBUG_INFO  0
+#endif
+
 #ifdef BT_SET_DEFAULT_IN_TREE_CONFIGURATION
 
 struct bt_config *bt_config_cli_args_create_with_default(int argc,
This page took 0.023381 seconds and 4 git commands to generate.