diff options
Diffstat (limited to 'Applications/About/Makefile')
-rw-r--r-- | Applications/About/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/About/Makefile b/Applications/About/Makefile index 3b84f7c2e7..e3ae25ff9e 100644 --- a/Applications/About/Makefile +++ b/Applications/About/Makefile @@ -6,7 +6,7 @@ APP = About ARCH_FLAGS = STANDARD_FLAGS = -std=c++17 -nostdinc++ -nostdlib -nostdinc USERLAND_FLAGS = -ffreestanding -fno-stack-protector -fno-ident -WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings +WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings -Wimplicit-fallthrough FLAVOR_FLAGS = -march=i386 -m32 -fno-exceptions -fno-rtti -fmerge-all-constants -fno-unroll-loops -fno-pie -fno-pic OPTIMIZATION_FLAGS = -Oz -fno-asynchronous-unwind-tables INCLUDE_FLAGS = -I../.. -I. -I../../LibC |