convenient to unset compiler flags for callcatcher
Change-Id: I31da2812848d5172bf575d64fa6a28e69b35ecd4
This commit is contained in:
parent
38fea22431
commit
6c158f5a2d
1 changed files with 3 additions and 0 deletions
|
@ -453,6 +453,9 @@ findunusedcode:
|
|||
@which callcatcher > /dev/null 2>&1 || \
|
||||
(echo "callcatcher not installed" && false)
|
||||
@sed -e s,$$INPATH,callcatcher,g $(SRCDIR)/config_host.mk | sed -e s,"export OOO_JUNIT_JAR=.*","export OOO_JUNIT_JAR=",g > $(SRCDIR)/config_host_callcatcher.mk
|
||||
@echo unexport ARCH_FLAGS >> $(SRCDIR)/config_host_callcatcher.mk
|
||||
@echo unexport CFLAGS >> $(SRCDIR)/config_host_callcatcher.mk
|
||||
@echo unexport CXXFLAGS >> $(SRCDIR)/config_host_callcatcher.mk
|
||||
@mkdir -p $(SRCDIR)/solenv/callcatcher/bin && \
|
||||
ln -sf $(SRCDIR)/solenv/$(INPATH)/bin/dmake \
|
||||
$(SRCDIR)/solenv/callcatcher/bin/dmake
|
||||
|
|
Loading…
Reference in a new issue