Selaa lähdekoodia

Merge pull request #854 from sagitattoo/patch-1

[BSP] Update rtconfig.py
Bernard Xiong 8 vuotta sitten
vanhempi
commit
3691b67e83
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'