Merge pull request #854 from sagitattoo/patch-1

[BSP] Update rtconfig.py
This commit is contained in:
Bernard Xiong 2017-09-26 09:13:54 +08:00 committed by GitHub
commit 3691b67e83
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ elif PLATFORM == 'armcc':
EXEC_PATH += '/arm/bin40/'
if BUILD == 'debug':
CFLAGS += ' -g -O0'
CFLAGS += ' --c99 -g -O0'
AFLAGS += ' -g'
else:
CFLAGS += ' -O2'