Updating CNFA and removing excessive console output on compile.

This commit is contained in:
CaiB 2020-05-19 20:41:20 +09:00
parent 80944b289f
commit 64c6c508b0
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 465e394f5efa13fc8f9c9fd2c011abd2a4acf0f7 Subproject commit c021a3d8eb2febbd6b9d6285dac884bb828c5f02

View file

@ -1,3 +1,4 @@
@echo off
set CC="C:\Program Files\LLVM\bin\clang.exe" 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 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 set CCIFLAGS=-I../../embeddedcommon -I../cnfa -I../rawdraw -I../ -O1