Tools: bootloaders should not include scripting
This commit is contained in:
parent
8f88639d38
commit
4893b85983
@ -141,6 +141,10 @@ class Board:
|
||||
'-O0',
|
||||
]
|
||||
|
||||
if cfg.options.bootloader:
|
||||
# don't let bootloaders try and pull scripting in
|
||||
cfg.options.disable_scripting = True
|
||||
|
||||
if cfg.options.enable_math_check_indexes:
|
||||
env.CXXFLAGS += ['-DMATH_CHECK_INDEXES']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user