Searched refs:CFLAGS (Results 1 – 9 of 9) sorted by relevance
18 CFLAGS := -Wall -Werror -pedantic -std=c9920 CFLAGS += -g -O0 -DDEBUG22 CFLAGS += -O257 ${Q}${HOSTCC} -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
18 CFLAGS = $(CFLAGS) /nologo /Za /Zi /c /O2 /MT37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
66 CFLAGS += ${DEFINES}67 CFLAGS += -nostdinc \
71 CFLAGS += ${DEFINES}72 CFLAGS += -I../../include/lib/stdlib
86 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
271 $$(Q)$$(CC) $$(TF_CFLAGS) $$(CFLAGS) $(MAKE_DEP) -c $$< -o $$@307 …$$(Q)$$(CC) $$(LTO_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(BL_CPPFLAGS) $(BL_CFLAGS) $(MAKE_DEP) -c $$<…499 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -xc -c - -o $(BUILD_DIR)/build_message.o
37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common macro79 $$(Q)$$(CC) $$(COMMON_FLAGS) $$(CFLAGS) $$(INCLUDES) -MMD -MT $$@ -c $$< -o $$@
134 - ``CFLAGS``: Extra user options appended on the compiler's command line in830 Extra debug options can be passed to the build system by setting ``CFLAGS`` or835 CFLAGS='-O0 -gdwarf-2' \838 Note that using ``-Wl,`` style compilation driver options in ``CFLAGS`` will be
2387 - Invoke host compiler with ``HOSTCC / HOSTCCFLAGS`` instead of ``CC / CFLAGS``
Completed in 58 milliseconds