Skip to content

Commit

Permalink
Bump to C++2a
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlipe committed Nov 30, 2023
1 parent d98be15 commit ce3599c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ upload_port =
monitor_port =
build_type = release
upload_speed = 1500000
build_flags = -std=gnu++17
-Dregister= ; Sinister: redefine 'register' so FastLED can use that keyword under C++17
build_flags = -std=gnu++2a
-Dregister= ; Sinister: redefine 'register' so FastLED can use that keyword under C++17 and later
-g3
-Os
-ffunction-sections
Expand Down

0 comments on commit ce3599c

Please sign in to comment.