Skip to content

Commit

Permalink
Make: Fix path to Debug build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Mar 23, 2023
1 parent 654fbc4 commit 072afa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tasks": [
{
"label": "Build Debug",
"command": "cmake -DCMAKE_BUILD_TYPE=Debug -B ./build_debug && make -j 12",
"command": "cmake -DCMAKE_BUILD_TYPE=Debug -DUKV_BUILD_BENCHMARKS=0 -DUKV_BUILD_TESTS=1 -B ./build_debug && make -j 12 -C ./build_debug",
"args": [],
"type": "shell"
},
Expand Down

0 comments on commit 072afa0

Please sign in to comment.