Skip to content

Commit

Permalink
reset optimization build flags to their default value
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Dec 24, 2024
1 parent ee0dd69 commit 5fb52d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exampleProjects/touch/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ build_flags =
-I../../include/
-I../../3rdparty/
-std=gnu++2a
-O0
build_unflags =
-std=gnu++11
-std=gnu++14
-std=gnu++17
-Os
; enable this to debug wokwi in vscode, see https://docs.wokwi.com/vscode/debugging
; build_type = debug

0 comments on commit 5fb52d6

Please sign in to comment.