mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
21 lines
437 B
JSON
21 lines
437 B
JSON
|
[
|
||
|
{
|
||
|
"name": "[DDNet] (recommended) Clang + mold + ninja for fastest compiling (and dev modus)",
|
||
|
"compilers": {
|
||
|
"C": "clang",
|
||
|
"CXX": "clang++"
|
||
|
},
|
||
|
"preferredGenerator": {
|
||
|
"name": "Ninja"
|
||
|
},
|
||
|
"cmakeSettings": {
|
||
|
"DEV": "ON",
|
||
|
"CMAKE_CXX_LINK_FLAGS": "-fuse-ld=mold"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "[DDNet] Crosscompile for Windows using MinGW",
|
||
|
"toolchainFile": "${workspaceFolder}/cmake/toolchains/mingw64.toolchain"
|
||
|
}
|
||
|
]
|