Update rtconfig.py
[bsp][stm32f03x] Modify build config to reduce code size for Travis CI
This commit is contained in:
parent
61609a5bf0
commit
0c428b1569
|
@ -25,7 +25,8 @@ elif CROSS_TOOL == 'iar':
|
|||
if os.getenv('RTT_EXEC_PATH'):
|
||||
EXEC_PATH = os.getenv('RTT_EXEC_PATH')
|
||||
|
||||
BUILD = 'debug'
|
||||
#BUILD = 'debug'
|
||||
BUILD = 'release'
|
||||
STM32_TYPE = 'STM32F0XX'
|
||||
|
||||
if PLATFORM == 'gcc':
|
||||
|
|
Loading…
Reference in New Issue