Home
last modified time | relevance | path

Searched refs:BUILDTYPE (Results 1 - 1 of 1) sorted by relevance

/third_party/node/
H A DMakefile3 BUILDTYPE ?= Release macro
73 BUILDTYPE_LOWER := $(shell echo $(BUILDTYPE) | tr '[:upper:]' '[:lower:]')
106 # BUILDTYPE=Debug builds both release and debug builds. If you want to compile
107 # just the debug build, run `make -C out BUILDTYPE=Debug` instead.
108 ifeq ($(BUILDTYPE),Release)
134 $(MAKE) -C out BUILDTYPE=${build_type} V=$(V)
162 ifeq ($(BUILDTYPE),Debug)
199 $(RM) -r out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE) \
200 out/$(BUILDTYPE)/node.exp
239 $(FIND) out/$(BUILDTYPE)/ob
[all...]

Completed in 2 milliseconds