mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
disable extended warnings
This commit is contained in:
parent
3b288578de
commit
77f878ff5e
@ -79,9 +79,9 @@ SCRIPT_DIR = $(OPENCM3_DIR)/scripts
|
||||
# C flags
|
||||
|
||||
CFLAGS += -Os -g
|
||||
CFLAGS += -Wextra -Wshadow -Wimplicit-function-declaration
|
||||
CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes
|
||||
CFLAGS += -fno-common -ffunction-sections -fdata-sections
|
||||
# CFLAGS += -Wextra -Wshadow -Wimplicit-function-declaration
|
||||
# CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes
|
||||
# CFLAGS += -fno-common -ffunction-sections -fdata-sections
|
||||
|
||||
###############################################################################
|
||||
# C++ flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user