Bug 1224450 - Ignore COMPILE_PDB_FLAG for the CompileDB. r=gps draft
authorMike Hommey <mh+mozilla@glandium.org>
Wed, 03 Feb 2016 17:05:56 +0900
changeset 330171 d0a072f572e38a882631df4ee8ef657a4be4c14d
parent 330170 70e05b8185276acbb422a903f6f76cf342ad8900
child 330172 206c94c810e998acc99c3d8a2a3cc63fcfad2c52
push id10697
push userbmo:mh+mozilla@glandium.org
push dateWed, 10 Feb 2016 21:59:03 +0000
reviewersgps
bugs1224450
milestone47.0a1
Bug 1224450 - Ignore COMPILE_PDB_FLAG for the CompileDB. r=gps
config/makefiles/debugmake.mk
--- a/config/makefiles/debugmake.mk
+++ b/config/makefiles/debugmake.mk
@@ -53,16 +53,17 @@ ifneq (,$(filter $(PROGRAM) $(HOST_PROGR
 		EXTRA_DSO_LDOPTS \
 		DEPENDENT_LIBS \
 	)
 	@echo --------------------------------------------------------------------------------
 endif
 	$(LOOP_OVER_DIRS)
 
 showbuild showhost: _DEPEND_CFLAGS=
+showbuild showhost: COMPILE_PDB_FLAG=
 showbuild:
 	$(call print_vars,\
 		MOZ_BUILD_ROOT \
 		MOZ_WIDGET_TOOLKIT \
 		CC \
 		CXX \
 		CCC \
 		CPP \