Files
2024-02-20 12:25:23 +00:00

12 lines
349 B
Plaintext

Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -27,7 +27,6 @@ COMMON_CFLAGS = -Os -pipe -std=c11 \
-ffunction-sections \
-fno-builtin \
-fno-common \
- -fvar-tracking-assignments \
-g$(if $(CONFIG_DEBUG_INFO),gdb,0) \
-Wall -Wextra -Wformat=2 -Wpedantic -Wshadow \
-Werror=implicit-function-declaration \