diff --git a/troposphere/daybreak/nanovg/Makefile b/troposphere/daybreak/nanovg/Makefile index 48826c26f..d3363cdd8 100644 --- a/troposphere/daybreak/nanovg/Makefile +++ b/troposphere/daybreak/nanovg/Makefile @@ -50,6 +50,8 @@ ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) +CFLAGS += -Wno-misleading-indentation -Wno-use-after-free -Wno-unused-function + CFLAGS += $(INCLUDE) -D__SWITCH__ CXXFLAGS := $(CFLAGS) -std=gnu++17 -fno-exceptions -fno-rtti