better build task for vsCode
This commit is contained in:
parent
2a7d13c296
commit
384be83c13
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
"label": "build",
|
||||
"type": "shell",
|
||||
"command": "cd build ; cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DLT_LLVM_INSTALL_DIR=$LLVM_DIR ../CacheAnalysisPass/ ; ninja",
|
||||
"command": "./helper.sh all",
|
||||
"group": "build"
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue