chore(*): update Linux platform compiler to version 11 from 10
This commit is contained in:
parent
a80860f107
commit
c6dd562446
@ -28,7 +28,7 @@
|
|||||||
"configurationType": "Debug",
|
"configurationType": "Debug",
|
||||||
"cmakeExecutable": "cmake",
|
"cmakeExecutable": "cmake",
|
||||||
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
|
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
|
||||||
"cmakeCommandArgs": "-D CMAKE_C_COMPILER=gcc-10 -D CMAKE_CXX_COMPILER=g++-10",
|
"cmakeCommandArgs": "-D CMAKE_C_COMPILER=gcc-11 -D CMAKE_CXX_COMPILER=g++-11",
|
||||||
"buildCommandArgs": "",
|
"buildCommandArgs": "",
|
||||||
"ctestCommandArgs": "",
|
"ctestCommandArgs": "",
|
||||||
"inheritEnvironments": [ "linux_x64" ],
|
"inheritEnvironments": [ "linux_x64" ],
|
||||||
@ -47,7 +47,7 @@
|
|||||||
"configurationType": "Release",
|
"configurationType": "Release",
|
||||||
"cmakeExecutable": "cmake",
|
"cmakeExecutable": "cmake",
|
||||||
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
|
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
|
||||||
"cmakeCommandArgs": "-D CMAKE_C_COMPILER=gcc-10 -D CMAKE_CXX_COMPILER=g++-10",
|
"cmakeCommandArgs": "-D CMAKE_C_COMPILER=gcc-11 -D CMAKE_CXX_COMPILER=g++-11",
|
||||||
"buildCommandArgs": "",
|
"buildCommandArgs": "",
|
||||||
"ctestCommandArgs": "",
|
"ctestCommandArgs": "",
|
||||||
"inheritEnvironments": [ "linux_x64" ],
|
"inheritEnvironments": [ "linux_x64" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user