{
|
|
"clang.cflags": [
|
|
"-std=c11",
|
|
"-I${workspaceRoot}/include"
|
|
],
|
|
"clang.cxxflags": [
|
|
"-std=c++2a",
|
|
"-Wall",
|
|
"-pedantic",
|
|
"-I${workspaceRoot}/include"
|
|
]
|
|
}
|