Skip to content

Commit

Permalink
Merge branch 'upgrade-pio-lib' into cpp23-best-practices
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed Dec 21, 2024
2 parents ad3dfe1 + 8c4a105 commit 7b38349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ lib_deps = https://github.com/PBrunot/LiquidCrystal.git#use_const
https://github.com/tzapu/[email protected]
ArduinoOTA
build_unflags = -std=gnu++11 -fexceptions -fno-lto
build_flags = -std=gnu++2b
build_flags = -std=gnu++23
-flto=auto
-g3
-Os
-I conf
-Wuninitialized
-Wno-deprecated-declarations
-Wno-attributes
-Wno-maybe-uninitialized
Expand Down

0 comments on commit 7b38349

Please sign in to comment.