mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
mpy-cross: Enable more warnings.
This commit is contained in:
@@ -18,7 +18,7 @@ INC += -I$(TOP)
|
||||
|
||||
# compiler settings
|
||||
CWARN = -Wall -Werror
|
||||
CWARN += -Wpointer-arith -Wuninitialized
|
||||
CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith
|
||||
CFLAGS = $(INC) $(CWARN) -std=gnu99 $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
|
||||
CFLAGS += -fdata-sections -ffunction-sections -fno-asynchronous-unwind-tables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user