mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:07:18 +08:00
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…
x
Reference in New Issue
Block a user