Merge pull request #461 from ArdaFu/master

[bsp][stm32f0x] Modify build config to reduce code size for Travis CI
This commit is contained in:
Bernard Xiong 2015-04-16 20:23:08 +08:00
commit ce5ddc4712
1 changed files with 2 additions and 1 deletions

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