Home
last modified time | relevance | path

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

/hypervisor/
A DMakefile34 CFLAGS := macro
56 CFLAGS += -Wall -W
59 CFLAGS += -fsigned-char
63 CFLAGS += -Werror
66 CFLAGS += -Wno-array-bounds
67 CFLAGS += -O2
69 CFLAGS += -fpie
71 CFLAGS += -static
82 CFLAGS += -fstack-protector
85 CFLAGS += -DSTACK_PROTECTOR
[all …]
/hypervisor/release/
A DMakefile25 $(CC) $(patsubst %, -I%, $(INCLUDE_PATH)) -I. -c $(CFLAGS) $(ARCH_CFLAGS) $< -o $@ -MMD -MT $@
/hypervisor/debug/
A DMakefile25 $(CC) $(patsubst %, -I%, $(INCLUDE_PATH)) -I. -c $(CFLAGS) $(ARCH_CFLAGS) $< -o $@ -MMD -MT $@
/hypervisor/scripts/makefile/
A Dconfig.mk302 CFLAGS += -include $(HV_CONFIG_H)
/hypervisor/lib/crypto/mbedtls/
A DChangeLog1398 * Adjusting/overriding CFLAGS and LDFLAGS with the make build system is now
1455 * User set CFLAGS were ignored by Cmake with gcc (introduced in 1.3.9, found

Completed in 12 milliseconds