Skip to content

Commit 6264449

Browse files
committed
build: drop DWITH_USDT=OFF from task
1 parent 5f5f526 commit 6264449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"label": "configure (dev-mode)",
66
"type": "shell",
7-
"command": "cmake -S ${workspaceFolder} -B ${workspaceFolder}/build -DWERROR=ON -DWITH_USDT=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode",
7+
"command": "cmake -S ${workspaceFolder} -B ${workspaceFolder}/build -DWERROR=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode",
88
"problemMatcher": ["$gcc"],
99
"group": {"kind": "build"}
1010
},
@@ -26,7 +26,7 @@
2626
{
2727
"label": "configure (debug)",
2828
"type": "shell",
29-
"command": "cmake -S ${workspaceFolder} -B ${workspaceFolder}/build -DCMAKE_BUILD_TYPE=Debug -DWERROR=ON -DWITH_USDT=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode",
29+
"command": "cmake -S ${workspaceFolder} -B ${workspaceFolder}/build -DCMAKE_BUILD_TYPE=Debug -DWERROR=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode",
3030
"problemMatcher": ["$gcc"],
3131
"group": "build"
3232
},

0 commit comments

Comments
 (0)