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$@
71 CFLAGS += ${DEFINES}72 CFLAGS += -I../../include/lib/stdlib
66 CFLAGS += ${DEFINES}67 CFLAGS += -nostdinc \
86 $$(file >$1.in,$$(TF_CFLAGS) $$(CFLAGS))
305 $$(Q)$$(CC) $$($(LIB)_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(MAKE_DEP) -c $$< -o $$@344 …$$(Q)$$(CC) $$(LTO_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(BL_CPPFLAGS) $(BL_CFLAGS) $(MAKE_DEP) -c $$<…566 $$(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 $$@
149 - ``CFLAGS``: Extra user options appended on the compiler's command line in1174 Extra debug options can be passed to the build system by setting ``CFLAGS`` or1179 CFLAGS='-O0 -gdwarf-2' \1182 Note that using ``-Wl,`` style compilation driver options in ``CFLAGS`` will be
2154 …- allow additional CFLAGS for library build ([5a65fcd](https://review.trustedfirmware.org/plugins/…7129 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`