Updating CNFA and removing excessive console output on compile.
This commit is contained in:
parent
80944b289f
commit
64c6c508b0
|
@ -1 +1 @@
|
|||
Subproject commit 465e394f5efa13fc8f9c9fd2c011abd2a4acf0f7
|
||||
Subproject commit c021a3d8eb2febbd6b9d6285dac884bb828c5f02
|
|
@ -1,3 +1,4 @@
|
|||
@echo off
|
||||
set CC="C:\Program Files\LLVM\bin\clang.exe"
|
||||
set CCFLAGS=-g -D_CRT_SECURE_NO_WARNINGS -Wno-deprecated-declarations -DICACHE_FLASH_ATTR= -Dstrdup=_strdup
|
||||
set CCIFLAGS=-I../../embeddedcommon -I../cnfa -I../rawdraw -I../ -O1
|
||||
|
|
Loading…
Reference in a new issue