File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -740,6 +740,7 @@ if(CONFIG_BLUETOOTH)
740740 list (APPEND CFLAGS -O0)
741741 endif ()
742742
743+ list (APPEND CFLAGS -fno-inline-functions)
743744 list (APPEND CFLAGS -Wno-strict-prototypes)
744745
745746 nuttx_add_library(libbluetooth STATIC )
Original file line number Diff line number Diff line change @@ -582,6 +582,7 @@ endif #CONFIG_BLUETOOTH_STORAGE_UPDATE
582582ifeq ($(CONFIG_ARCH_SIM ) ,y)
583583CFLAGS += -O0
584584endif
585+ CFLAGS += -fno-inline-functions
585586CFLAGS += -Wno-strict-prototypes # -fno-short-enums -Wl,-no-enum-size-warning #-Werror
586587PRIORITY = SCHED_PRIORITY_DEFAULT
587588STACKSIZE = $(CONFIG_BLUETOOTH_TASK_STACK_SIZE )
@@ -708,4 +709,3 @@ BIN := $(APPDIR)/staging/libbluetooth.a
708709endif
709710
710711include $(APPDIR ) /Application.mk
711-
You can’t perform that action at this time.
0 commit comments