adkconfig changed to remove stringent C checking and set lyraT stereo
board. Cmakelists.txt also updated but it didn't seemt o have any effect.
This commit is contained in:
parent
1a7a565a23
commit
2ed3cbdf92
2 changed files with 1543 additions and 407 deletions
|
|
@ -55,6 +55,6 @@ set(COMPONENT_SRCS "espd.c pdmain.c \
|
||||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||||
|
|
||||||
set(COMPONENT_ADD_CFLAGS "-DPD -DHAVE_UNISTD_H -DHAVE_ALLOCA_H -DPD_HEADLESS\
|
set(COMPONENT_ADD_CFLAGS "-DPD -DHAVE_UNISTD_H -DHAVE_ALLOCA_H -DPD_HEADLESS\
|
||||||
-DSYMTABHASHSIZE=512 -DSTUPID_SORT -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -Wno-format")
|
-DSYMTABHASHSIZE=512 -DSTUPID_SORT -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -Wno-format -Wno-stringop-truncation Wno-unused-const-variable")
|
||||||
|
|
||||||
register_component()
|
register_component()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue