Skip to content

Commit

Permalink
Makefile: Disable -ftrivial-auto-var-init=zero
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun-Ingole <[email protected]>
  • Loading branch information
Arjun-Ingole committed Jan 26, 2022
1 parent 96851ea commit 451519b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ ifdef CONFIG_INIT_STACK_ALL_ZERO
# Future support for zero initialization is still being debated, see
# https://bugs.llvm.org/show_bug.cgi?id=45497. These flags are subject to being
# renamed or dropped.
KBUILD_CFLAGS += -ftrivial-auto-var-init=zero
KBUILD_CFLAGS += -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang
endif

Expand Down

0 comments on commit 451519b

Please sign in to comment.