Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A DMakefile57 CFLAGS += --specs=picolibc.specs -DPICOLIBC_INTEGER_PRINTF_SCANF --oslib=semihost
59 CFLAGS += -mthumb -mcpu=cortex-m3
61 CFLAGS += -g3 -Og -ffunction-sections -fdata-sections
63 CFLAGS += -Os -ffunction-sections -fdata-sections
66 CFLAGS += -Wall -Wextra -Wshadow
68 CFLAGS += -MMD
69 CFLAGS += $(INCLUDE_DIRS)
86 $(CC) $(CFLAGS) $(LDFLAGS) $+ -o $(@)
100 $(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A DMakefile60 CFLAGS := -ggdb3 macro
64 CFLAGS += $(shell pkg-config --cflags slirp)

Completed in 17 milliseconds