We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2cfef commit d4ce601Copy full SHA for d4ce601
tools/perf/util/parse-events.y
@@ -6,7 +6,9 @@
6
7
%{
8
9
+#ifndef NDEBUG
10
#define YYDEBUG 1
11
+#endif
12
13
#include <errno.h>
14
#include <linux/compiler.h>
0 commit comments