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 1105ab4 commit ee2ab46Copy full SHA for ee2ab46
arch/x86/boot/compressed/Makefile
@@ -25,6 +25,7 @@ targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
25
# avoid errors with '-march=i386', and future flags may depend on the target to
26
# be valid.
27
KBUILD_CFLAGS := -m$(BITS) -O2 $(CLANG_FLAGS)
28
+KBUILD_CFLAGS += -std=gnu11
29
KBUILD_CFLAGS += -fno-strict-aliasing -fPIE
30
KBUILD_CFLAGS += -Wundef
31
KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING
0 commit comments