mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
80 lines
2.1 KiB
JSON
Executable File
80 lines
2.1 KiB
JSON
Executable File
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: msvc",
|
|
"command": "cl.exe",
|
|
"args": [
|
|
"/nologo",
|
|
"/MT",
|
|
"/nologo",
|
|
"/Gm-",
|
|
"/GR-",
|
|
"/EHsc",
|
|
"/Od",
|
|
"/Oi",
|
|
"/WX",
|
|
"/W4",
|
|
"/FC",
|
|
"/Z7",
|
|
"/RTC1",
|
|
"/wd4100",
|
|
"/wd4189",
|
|
"/wd4201",
|
|
"/wd4018",
|
|
"/wd4389",
|
|
"/wd4706",
|
|
"/wd4324",
|
|
"/wd4505",
|
|
"/wd5054",
|
|
"/fp:precise",
|
|
"/Zc:wchar_t",
|
|
"/Zc:forScope",
|
|
"/Zc:inline",
|
|
"/std:c++20",
|
|
"/D",
|
|
"DEBUG",
|
|
"/D",
|
|
"WIN32",
|
|
"/D",
|
|
"_WINDOWS",
|
|
"/D",
|
|
"_UNICODE",
|
|
"/D",
|
|
"_CRT_SECURE_NO_WARNINGS",
|
|
"/D",
|
|
"UNICODE",
|
|
"/Fo:",
|
|
"${fileBasenameNoExtension}",
|
|
"/Fe:",
|
|
"${fileBasenameNoExtension}.exe",
|
|
"/Fd:",
|
|
"${fileBasenameNoExtension}.pdb",
|
|
"/Fm:",
|
|
"${fileBasenameNoExtension}.map",
|
|
"${file}",
|
|
"/link",
|
|
"/INCREMENTAL:no",
|
|
"/OPT:ref",
|
|
"/SUBSYSTEM:CONSOLE",
|
|
"/MACHINE:X64",
|
|
"kernel32.lib",
|
|
"user32.lib",
|
|
"gdi32.lib",
|
|
"winmm.lib"
|
|
],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"problemMatcher": [
|
|
"$msCompile"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "Task generated by Debugger."
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |