added gnu11

This commit is contained in:
Lorenzo Bianchi 2023-05-16 11:08:26 +02:00
parent b524d834ca
commit 23d3be833a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",