comparison make/linux/makefiles/gcc.make @ 6130:17b1b616daf7

Merge
author sla
date Thu, 14 Jun 2012 12:21:48 +0200
parents 4d399f013e5a
children 282abd0fd878
comparison
equal deleted inserted replaced
6124:ab6ab9f84b2d 6130:17b1b616daf7
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