mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
llvm: blacklist incompatible CFLAGS
Blacklist incompatible CFLAGS that are currently "optionally" included in 'cflags.inc.mk'. This prepares for the migration to 'OPTIONAL_CFLAGS'.
This commit is contained in:
parent
e4331e8391
commit
043534daf9
@ -71,3 +71,7 @@ ifneq (,$(TARGET_ARCH))
|
||||
INCLUDES += $(GCC_C_INCLUDES)
|
||||
CXXINCLUDES += $(GCC_CXX_INCLUDES)
|
||||
endif
|
||||
|
||||
OPTIONAL_CFLAGS_BLACKLIST += -fno-delete-null-pointer-checks
|
||||
OPTIONAL_CFLAGS_BLACKLIST += -Wformat-overflow
|
||||
OPTIONAL_CFLAGS_BLACKLIST += -Wformat-truncation
|
||||
|
Loading…
Reference in New Issue
Block a user