summaryrefslogtreecommitdiff
path: root/tools/sched_ext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sched_ext/Makefile')
-rw-r--r--tools/sched_ext/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sched_ext/Makefile b/tools/sched_ext/Makefile
index 47ad7444677e..21554f089692 100644
--- a/tools/sched_ext/Makefile
+++ b/tools/sched_ext/Makefile
@@ -122,6 +122,8 @@ BPF_CFLAGS = -g -D__TARGET_ARCH_$(SRCARCH) \
-I../../include \
$(call get_sys_includes,$(CLANG)) \
-Wall -Wno-compare-distinct-pointer-types \
+ -Wno-microsoft-anon-tag \
+ -fms-extensions \
-O2 -mcpu=v3
# sort removes libbpf duplicates when not cross-building