Skip to content

Commit

Permalink
chore(platformio.ini): Explicitly specify gnu++23
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZ-Cat committed Apr 25, 2024
1 parent 60a2f68 commit a88225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ board = adafruit_metro_m4
build_flags =
build_src_flags =
; Force GNU C++ 23:
-std=c++23
-std=gnu++23
; Compile hardening flags:
-O2
-Wall
Expand Down

0 comments on commit a88225d

Please sign in to comment.