General Purpose library for Freestanding C++ and POSIX systems
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

12 rader
168 B

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