hotspot/make/linux/makefiles/gcc.make
changeset 12943 5ebbcf0cb20f
parent 12503 9df71f999005
child 13473 9bbabe271025
equal deleted inserted replaced
12942:b69b4fb3954e 12943:5ebbcf0cb20f
   164 OPT_CFLAGS/mulnode.o += -O0
   164 OPT_CFLAGS/mulnode.o += -O0
   165 endif
   165 endif
   166 
   166 
   167 # Flags for generating make dependency flags.
   167 # Flags for generating make dependency flags.
   168 ifneq ("${CC_VER_MAJOR}", "2")
   168 ifneq ("${CC_VER_MAJOR}", "2")
   169 DEPFLAGS = -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d)
   169 DEPFLAGS = -fpch-deps -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d)
   170 endif
   170 endif
   171 
   171 
   172 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.
   172 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.
   173 ifeq ($(USE_PRECOMPILED_HEADER),0)
   173 ifeq ($(USE_PRECOMPILED_HEADER),0)
   174 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
   174 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER