mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-27 04:40:48 +03:00
httpd implementation - wip
This commit is contained in:
8
Makefile
8
Makefile
@@ -10,12 +10,12 @@
|
||||
|
||||
|
||||
#recovery: PROJECT_NAME:=recovery.$(PROJECT_CONFIG_TARGET)
|
||||
#recovery: CPPFLAGS+=-DRECOVERY_APPLICATION=1
|
||||
#recovery: EXTRA_CPPFLAGS+=-DRECOVERY_APPLICATION=1
|
||||
|
||||
PROJECT_NAME?=squeezelite
|
||||
CPPFLAGS+= -Wno-error=maybe-uninitialized \
|
||||
-I$(PROJECT_PATH)/main
|
||||
EXTRA_COMPONENT_DIRS := esp-dsp
|
||||
EXTRA_CPPFLAGS+= -Wno-error=maybe-uninitialized \
|
||||
-I$(PROJECT_PATH)/main
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
||||
# for future gcc version, this could be needed: CPPFLAGS+= -Wno-error=format-overflow -Wno-error=stringop-truncation
|
||||
|
||||
Reference in New Issue
Block a user