1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add test application build and run configuration.

This commit is contained in:
Bartosz Taudul
2022-04-30 18:24:22 +02:00
parent d0be4fa784
commit 6d6b7c0989
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -71,6 +71,18 @@
"presentation": {
"close": true
}
},
{
"label": "Build test application",
"type": "shell",
"command": "CC=clang CXX=clang++ make OPTFLAGS=-DTRACY_VERBOSE\\ -fno-omit-frame-pointer\\ -march=native\\ -g -C test -j `nproc`",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"close": true
}
}
]
}