From 62d7b532669feddf8fe99ed95ab45e84a2351fa9 Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Tue, 17 Dec 2024 20:41:54 +0100 Subject: [PATCH] Revert "Makefile: Modify KCFLAGS for less warnings" This reverts commit b50e74dc28af827cba841fdb45cd14f7b45d1e54. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 869521c2a..bdb982d3e 100755 --- a/Makefile +++ b/Makefile @@ -26,9 +26,6 @@ ANDROID_MAJOR_VERSION ?= s LLVM := 1 LLVM_IAS := 1 -# Less warnings -KCFLAGS="${KCFLAGS} -gdwarf-4" - # Export them export ARCH export CROSS_COMPILE