From 2434a789ce1350740035d9ad4ef0b95e87d7c22e Mon Sep 17 00:00:00 2001 From: Guodong Jin Date: Fri, 6 Oct 2023 10:17:02 +0800 Subject: [PATCH] add examples to alldebug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95cf3a5afb..0ed0f0cfc4 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ example: alldebug: $(call mkdirp,build/debug) && cd build/debug && \ - cmake $(GENERATOR) $(FORCE_COLOR) $(SANITIZER_FLAG) -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=TRUE -DBUILD_BENCHMARK=TRUE -DBUILD_NODEJS=TRUE ../.. && \ + cmake $(GENERATOR) $(FORCE_COLOR) $(SANITIZER_FLAG) -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=TRUE -DBUILD_BENCHMARK=TRUE -DBUILD_NODEJS=TRUE -DBUILD_EXAMPLES=TRUE ../.. && \ cmake --build . --config Debug benchmark: