4
0
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:
Arda 2015-04-16 16:44:15 +08:00
parent 61609a5bf0
commit 0c428b1569

View File

@ -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':