mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-09 16:18:49 +00:00
Compare commits
2 Commits
614a605e81
...
2d8b11af9b
Author | SHA1 | Date | |
---|---|---|---|
2d8b11af9b | |||
3d7bfb2ab9 |
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8,3 +8,4 @@
|
||||
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
**/data/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
|
76
.vscode/c_cpp_properties.json
vendored
76
.vscode/c_cpp_properties.json
vendored
@ -1,44 +1,44 @@
|
||||
{
|
||||
"version": 4,
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++14",
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
"compilerArgs": [
|
||||
"-lm",
|
||||
"-O2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Win32_Portable",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"compilerPath": "/Applications/mingw64/bin/g++.exe",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++14",
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
"compilerArgs": [
|
||||
"-lm",
|
||||
"-O2"
|
||||
]
|
||||
},
|
||||
// {
|
||||
// "name": "Win32",
|
||||
// "includePath": [
|
||||
// "${workspaceFolder}/**"
|
||||
// ],
|
||||
// "defines": [
|
||||
// "_DEBUG",
|
||||
// "UNICODE",
|
||||
// "_UNICODE"
|
||||
// ],
|
||||
// "compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe",
|
||||
// "cStandard": "c11",
|
||||
// "cppStandard": "c++14",
|
||||
// "intelliSenseMode": "gcc-x64",
|
||||
// "compilerArgs": [
|
||||
// "-lm",
|
||||
// "-O2"
|
||||
// ]
|
||||
// },
|
||||
// {
|
||||
// "name": "Win32_Portable",
|
||||
// "includePath": [
|
||||
// "${workspaceFolder}/**"
|
||||
// ],
|
||||
// "defines": [
|
||||
// "_DEBUG",
|
||||
// "UNICODE",
|
||||
// "_UNICODE"
|
||||
// ],
|
||||
// "compilerPath": "/Applications/mingw64/bin/g++.exe",
|
||||
// "cStandard": "c11",
|
||||
// "cppStandard": "c++14",
|
||||
// "intelliSenseMode": "gcc-x64",
|
||||
// "compilerArgs": [
|
||||
// "-lm",
|
||||
// "-O2"
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
|
Loading…
Reference in New Issue
Block a user