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
+1 -1
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'