Explorar el Código

Merge pull request #854 from sagitattoo/patch-1

[BSP] Update rtconfig.py
Bernard Xiong hace 8 años
padre
commit
3691b67e83
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'