1
Fork 0
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:
Stefano Pigozzi 2022-11-30 14:57:56 +01:00
parent 9cd14872dd
commit 165bf67262

View file

@ -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"
}