We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164d7a9 commit 9878bf7Copy full SHA for 9878bf7
2 files changed
tools/power/x86/turbostat/Makefile
@@ -9,7 +9,7 @@ ifeq ("$(origin O)", "command line")
9
endif
10
11
turbostat : turbostat.c
12
-override CFLAGS += -O2 -Wall -I../../../include
+override CFLAGS += -O2 -Wall -Wextra -I../../../include
13
override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
14
override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
15
override CFLAGS += -D_FILE_OFFSET_BITS=64
0 commit comments