Tools made in assistance of the Metacall Project
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

11 řádky
165 B

{
"clang.cxxflags": [
"-std=c++17",
"-I${workspaceRoot}/include"
],
"clang.cflags": [
"-ansi",
"-I${workspaceRoot}/generator/include",
"-Wpedantic"
]
}