diff --git a/profiles/Linux_AARCH64_Debug b/profiles/Linux_AARCH64_Debug index a7bf758..7877423 100644 --- a/profiles/Linux_AARCH64_Debug +++ b/profiles/Linux_AARCH64_Debug @@ -2,4 +2,6 @@ os=Linux arch=armv8 compiler=gcc +compiler.version=12 +compiler.libcxx=libstdc++20 build_type=Debug \ No newline at end of file diff --git a/profiles/Linux_AARCH64_Release b/profiles/Linux_AARCH64_Release index 55b36f3..2424d31 100644 --- a/profiles/Linux_AARCH64_Release +++ b/profiles/Linux_AARCH64_Release @@ -2,4 +2,6 @@ os=Linux arch=armv8 compiler=gcc +compiler.version=12 +compiler.libcxx=libstdc++20 build_type=Release \ No newline at end of file diff --git a/profiles/Linux_x86_64_Release b/profiles/Linux_x86_64_Release index c20cade..e6d90eb 100644 --- a/profiles/Linux_x86_64_Release +++ b/profiles/Linux_x86_64_Release @@ -3,5 +3,5 @@ os=Linux arch=x86_64 compiler=gcc compiler.version=14 -compiler.libcxx=libstdc++11 +compiler.libcxx=libstdc++20 build_type=Release \ No newline at end of file