mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2025-02-16 17:13:57 +00:00
VSCode prefers to use c11
This commit is contained in:
parent
9cd14872dd
commit
165bf67262
1 changed files with 1 additions and 1 deletions
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/local/cuda-10.0/bin/nvcc",
|
||||
"cStandard": "c17",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++14",
|
||||
"configurationProvider": "ms-vscode.makefile-tools"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue