Skip to content

Commit d9338af

Browse files
committed
[bsp]stm32f103-dofly-lyc8 default build by release mode
1 parent f7cdc77 commit d9338af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bsp/stm32/stm32f103-dofly-lyc8/rtconfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
if os.getenv('RTT_EXEC_PATH'):
2929
EXEC_PATH = os.getenv('RTT_EXEC_PATH')
3030

31-
BUILD = 'debug'
31+
# BUILD = 'debug'
32+
BUILD = 'release'
3233

3334
if PLATFORM == 'gcc':
3435
# toolchains

0 commit comments

Comments
 (0)