Home | History | Annotate | Download | only in minijail

Lines Matching defs:CFLAGS

54 #   $(eval $(call add_object_rules,sub/dir/gen_a.o sub/dir/b.o,CC,c,CFLAGS))
76 # NOSTRIP=0 and MODE=opt will also drop -g from the CFLAGS.
91 # - External CXXFLAGS and CFLAGS should be passed via the environment since
213 $(call COMPILE_BINARY_implementation,CC,$(CFLAGS) $(1),$(EXTRA_FLAGS))
223 $(call COMPILE_LIBRARY_implementation,CC,$(CFLAGS) $(1),$(EXTRA_FLAGS))
292 check_compile_cc = $(call check_compile,$(1),CC,c,CFLAGS,$(2),,$(2),$(3))
299 check_libs_cc = $(call check_compile,$(1),CC,c,CFLAGS,,$(2),$(2),$(3))
318 # The same goes for CFLAGS.
323 CFLAGS += $(COMMON_CFLAGS) $(COMMON_CFLAGS-$(CDRIVER))
337 CFLAGS := $(filter-out -O1,$(CFLAGS)) -O2
342 CFLAGS := $(filter-out -ggdb3,$(CFLAGS))
348 CFLAGS := $(CFLAGS) -O0 -g --coverage
567 # $(4) compiler flag name (CFLAGS or CXXFLAGS)
602 $(eval $(call add_object_rules,$(C_OBJECTS),CC,c,CFLAGS,$(SRC)/))
932 $(eval $(call add_object_rules,$(MODULE_C_OBJECTS),CC,c,CFLAGS,$(SRC)/))