Browse Source

Merge pull request #854 from sagitattoo/patch-1

[BSP] Update rtconfig.py
Bernard Xiong 7 years ago
parent
commit
3691b67e83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/frdm-k64f/rtconfig.py

+ 1 - 1
bsp/frdm-k64f/rtconfig.py

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