Skip to content

Commit

Permalink
Makefile: don't pass fno-builtin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Jan 22, 2025
1 parent 5828c92 commit bb3719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ KBUILD_CFLAGS += -Wno-tautological-compare
# See modpost pattern 2
KBUILD_CFLAGS += -mno-global-merge
KBUILD_CFLAGS += $(call cc-disable-warning, undefined-optimized)
KBUILD_CFLAGS += -fno-builtin
#KBUILD_CFLAGS += -fno-builtin
else

# Warn about unmarked fall-throughs in switch statement.
Expand Down

0 comments on commit bb3719a

Please sign in to comment.