Skip to content

Commit

Permalink
Merge pull request #2159 from kuzudb/makefile
Browse files Browse the repository at this point in the history
Add examples to alldebug
  • Loading branch information
ray6080 committed Oct 6, 2023
2 parents a8685f8 + 2434a78 commit eb9ad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb9ad9a

Please sign in to comment.