Skip to content

Commit

Permalink
added -Wall and -Wextra build flags to catch all errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeken committed Aug 10, 2024
1 parent 00890dc commit e68dfc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ board_build.filesystem = littlefs
build_flags =
-D PSYCHIC_REGEX
-D CORE_DEBUG_LEVEL=5
-Wall
-Wextra

[env:arduino2]
platform = [email protected]
Expand Down

0 comments on commit e68dfc2

Please sign in to comment.