ddnet/other/vscode/ddnet-cmake-tools-kits.json

21 lines
442 B
JSON
Raw Normal View History

2022-11-05 14:58:03 +00:00
[
{
"name": "[DDNet] (recommended) Clang + mold + ninja for fastest compiling (and dev modus)",
"compilers": {
"C": "clang",
"CXX": "clang++"
},
"preferredGenerator": {
"name": "Ninja"
},
"cmakeSettings": {
"DEV": "ON",
2022-12-04 10:55:00 +00:00
"CMAKE_CXX_LINK_FLAGS_INIT": "-fuse-ld=mold"
2022-11-05 14:58:03 +00:00
}
},
{
"name": "[DDNet] Crosscompile for Windows using MinGW",
"toolchainFile": "${workspaceFolder}/cmake/toolchains/mingw64.toolchain"
}
]