File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ BASE_CFLAGS = \
45
45
-Wnested-externs \
46
46
-Wunreachable-code \
47
47
-Wcast-align \
48
- -Wno-error=lto-type-mismatch \
49
48
-D__$(CHIP_VARIANT ) __ \
50
49
-ffunction-sections \
51
50
-fdata-sections \
@@ -66,7 +65,6 @@ ifneq ($(FROZEN_DIR),)
66
65
# To use frozen source modules, put your .py files in a subdirectory (eg scripts/)
67
66
# and then invoke make with FROZEN_DIR=scripts (be sure to build from scratch).
68
67
CFLAGS += -DMICROPY_MODULE_FROZEN_STR
69
- CFLAGS += -Wno-error=lto-type-mismatch
70
68
endif
71
69
72
70
# To use frozen bytecode, put your .py files in a subdirectory (eg frozen/) and
76
74
ifneq ($(FROZEN_MPY_DIRS ) ,)
77
75
CFLAGS += -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool
78
76
CFLAGS += -DMICROPY_MODULE_FROZEN_MPY
79
- CFLAGS += -Wno-error=lto-type-mismatch
80
77
endif
81
78
82
79
You can’t perform that action at this time.
0 commit comments