make some squeezelite symbol weak to force removal from recovery during link

This commit is contained in:
Philippe G
2021-12-28 20:04:24 -08:00
parent 9b20001c97
commit f076a7260e
7 changed files with 19 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
idf_component_register(SRCS operator.cpp tools.c trace.c
REQUIRES esp_common pthread
idf_component_register( SRCS operator.cpp tools.c trace.c
REQUIRES esp_common pthread
INCLUDE_DIRS .
)
)
#doing our own implementation of new operator for some pre-compiled binaries
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u _ZdlPv")