Searched refs:CFLAGS (Results 1 – 9 of 9) sorted by relevance
19 CFLAGS := -Wall -Werror -pedantic -std=c99 macro21 CFLAGS += -g -O0 -DDEBUG23 CFLAGS += -O249 $(q)$(host-cc) -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
77 CFLAGS += ${DEFINES}78 CFLAGS += -I../../include/lib/stdlib121 $(aarch64-cc) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
72 CFLAGS += ${DEFINES}73 CFLAGS += -nostdinc \118 $(aarch64-cc) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
14 CFLAGS += -DMTK_SMMU_MT8196
29 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common macro31 CFLAGS += $(call cc_option, --param=min-pagesize=0)66 $$(q)$($(ARCH)-cc) $$(COMMON_FLAGS) $$(CFLAGS) $$(INCLUDES) -MMD -MT $$@ -c $$< -o $$@
15 CFLAGS += -DMCUPM_VERSION_${MCUPM_VERSION}
146 cflags-common += $(CPPFLAGS) $(CFLAGS) # some platforms set these
160 - ``CFLAGS``: Extra user options appended on the compiler's command line in1453 Extra debug options can be passed to the build system by setting ``CFLAGS`` or1458 CFLAGS='-O0 -gdwarf-2' \1461 Note that using ``-Wl,`` style compilation driver options in ``CFLAGS`` will be
6504 …- allow additional CFLAGS for library build ([5a65fcd](https://review.trustedfirmware.org/plugins/…11480 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`