Searched refs:BUILDTYPE (Results 1 – 10 of 10) sorted by relevance
38 CFLAGS=-Werror make -B ENABLE64BIT=Yes BUILDTYPE=Release all plugin test39 CFLAGS=-Werror make -B ENABLE64BIT=Yes BUILDTYPE=Debug all plugin test40 CFLAGS=-Werror make -B ENABLE64BIT=No BUILDTYPE=Release all plugin test41 CFLAGS=-Werror make -B ENABLE64BIT=No BUILDTYPE=Debug all plugin test
22 BUILDTYPE=Release macro55 ifeq ($(BUILDTYPE), Release)
3 BUILDTYPE ?= Release macro48 BUILDTYPE_LOWER := $(shell echo $(BUILDTYPE) | tr '[:upper:]' '[:lower:]')83 ifeq ($(BUILDTYPE),Release)109 $(MAKE) -C out BUILDTYPE=${build_type} V=$(V)136 ifeq ($(BUILDTYPE),Debug)171 $(RM) -r out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE) \172 out/$(BUILDTYPE)/node.exp208 $(FIND) out/$(BUILDTYPE)/obj.target \( -name "*.gcda" -o -name "*.gcno" \) \233 $(FIND) out/$(BUILDTYPE)/obj.target -name "*.gcda" -type f -exec $(RM) {} \;257 @out/$(BUILDTYPE)/$@ --gtest_filter=$(GTEST_FILTER)[all …]
406 echo "make OS=%vOSType% ARCH=%vArcType% USE_ASM=%vASMFlag% BUILDTYPE=%vConfiguration% clean"407 …echo "make OS=%vOSType% ARCH=%vArcType% USE_ASM=%vASMFlag% BUILDTYPE=%vConfiguration% %NATIVE_OPT…408 …echo "make OS=%vOSType% ARCH=%vArcType% USE_ASM=%vASMFlag% BUILDTYPE=%vConfiguration% %NATIVE_OPT…409 make OS=%vOSType% ARCH=%vArcType% USE_ASM=%vASMFlag% BUILDTYPE=%vConfiguration% clean410 make OS=%vOSType% ARCH=%vArcType% USE_ASM=%vASMFlag% BUILDTYPE=%vConfiguration% %NATIVE_OPTIONS%411 …make OS=%vOSType% ARCH=%vArcType% USE_ASM=%vASMFlag% BUILDTYPE=%vConfiguration% %NATIVE_OPTIONS% …
65 -D buildtype=${BUILDTYPE:-debug} \
1568 * build: compile release build too if BUILDTYPE=Debug (Ben Noordhuis)
1055 * [[`07b7db2f81`](https://github.com/nodejs/node/commit/07b7db2f81)] - **build**: use BUILDTYPE in …3456 …ps://github.com/nodejs/node/commit/7a980086c8)] - **build**: always use BUILDTYPE binary to run JS…
2155 * [[`0c9d86f58c`](https://github.com/nodejs/node/commit/0c9d86f58c)] - **build**: use BUILDTYPE in …
1336 * [[`5290c9d38c`](https://github.com/nodejs/node/commit/5290c9d38c)] - **build**: use BUILDTYPE whe…
4082 * [[`4480b14fda`](https://github.com/nodejs/node/commit/4480b14fda)] - **build**: use BUILDTYPE whe…