blob: 9e094451259711dd04d011f080a5ddad39acc303 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/scripts/gcc-plugins/Makefile 2023-02-02 14:04:11.084280229 -0500
+++ b/scripts/gcc-plugins/Makefile 2023-02-02 14:04:54.084396776 -0500
@@ -23,7 +23,7 @@ GCC_PLUGINS_DIR = $(shell $(CC) -print-f
plugin_cxxflags = -Wp,-MMD,$(depfile) $(KBUILD_HOSTCXXFLAGS) -fPIC \
-include $(srctree)/include/linux/compiler-version.h \
- -I $(GCC_PLUGINS_DIR)/include -I $(obj) -std=gnu++11 \
+ -I $(GCC_PLUGINS_DIR)/include -I $(obj) \
-fno-rtti -fno-exceptions -fasynchronous-unwind-tables \
-ggdb -Wno-narrowing -Wno-unused-variable \
-Wno-format-diag
|