Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 16, 2024
1 parent e3bcf11 commit 72e94db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platformio/libsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
for e in environments:
# remove unused flags
e.ProcessUnFlags("-std=gnu++11")
e.ProcessUnFlags("-fexceptions")
# add flags to environment
e.ProcessFlags("-std=gnu++2a")
e.ProcessFlags("-fno-exceptions")
Expand Down

0 comments on commit 72e94db

Please sign in to comment.