Revert "Merge in upstream changes"

This reverts commit fa06bd01c9.
This commit is contained in:
Gordon McNab
2021-12-08 11:17:05 +00:00
parent fa06bd01c9
commit 79f1f4e171
6 changed files with 3 additions and 270 deletions

View File

@@ -104,11 +104,10 @@ CFLAGS += \
-Wmissing-format-attribute \
-Wunreachable-code \
-Wcast-align \
-Wcast-function-type \
-Wcast-qual \
-Wnull-dereference
# -Wcast-function-type \
# Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -Og