diff options
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r-- | Kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile index fa2d01cfe1..b8c66dd0a5 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -85,7 +85,7 @@ IMAGE = .floppy-image ARCH_FLAGS = STANDARD_FLAGS = -std=c++17 -nostdinc++ -nostdlib -nostdinc KERNEL_FLAGS = -ffreestanding -fno-stack-protector -fno-ident -fno-builtin -WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings +WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings -Wimplicit-fallthrough FLAVOR_FLAGS = -mregparm=3 -march=i386 -m32 -fno-exceptions -fno-rtti -fmerge-all-constants -fno-unroll-loops -fno-pie -fno-pic OPTIMIZATION_FLAGS = -Oz -fno-asynchronous-unwind-tables -fno-omit-frame-pointer INCLUDE_FLAGS = -I.. -I. |