Searched refs:CFLAGS (Results 1 – 5 of 5) sorted by relevance
34 CFLAGS := macro56 CFLAGS += -Wall -W59 CFLAGS += -fsigned-char63 CFLAGS += -Werror66 CFLAGS += -Wno-array-bounds67 CFLAGS += -O269 CFLAGS += -fpie71 CFLAGS += -static82 CFLAGS += -fstack-protector85 CFLAGS += -DSTACK_PROTECTOR[all …]
25 $(CC) $(patsubst %, -I%, $(INCLUDE_PATH)) -I. -c $(CFLAGS) $(ARCH_CFLAGS) $< -o $@ -MMD -MT $@
302 CFLAGS += -include $(HV_CONFIG_H)
1398 * Adjusting/overriding CFLAGS and LDFLAGS with the make build system is now1455 * User set CFLAGS were ignored by Cmake with gcc (introduced in 1.3.9, found
Completed in 21 milliseconds