From db37f4b4101c46e93cff39bdc8e1cbda975236fa Mon Sep 17 00:00:00 2001 From: BlackMark Date: Wed, 5 Aug 2026 22:05:30 +0200 Subject: [PATCH] Change C++ standard to C++20 and toolchain to 10.0.1 --- stk500v2/stk500v2.cppproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stk500v2/stk500v2.cppproj b/stk500v2/stk500v2.cppproj index d870eb8..0fd7e08 100644 --- a/stk500v2/stk500v2.cppproj +++ b/stk500v2/stk500v2.cppproj @@ -15,7 +15,7 @@ stk500v2 stk500v2 stk500v2 - avr-g++-9.1.0 + avr-g++-10.0.1 true false true @@ -141,7 +141,7 @@ True True True - -fno-threadsafe-statics -Wextra -std=c++17 + -fno-threadsafe-statics -Wextra -std=c++20 True @@ -206,7 +206,7 @@ Maximum (-g3) True True - -fno-threadsafe-statics -Wextra -std=c++17 + -fno-threadsafe-statics -Wextra -std=c++20 True