Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed Jul 19, 2024
1 parent 7c6867b commit 60d99f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ lib_deps = https://github.com/PBrunot/LiquidCrystal.git#use_const
ArduinoOTA
build_unflags = -std=gnu++11 -fexceptions
build_flags = -std=gnu++2b
-ffunction-sections
-fdata-sections
-g3
-fno-exceptions
-Os
-I conf
-Wno-deprecated-declarations
Expand All @@ -49,7 +46,7 @@ build_src_flags = -Wformat=2
-Wformat-truncation
-Wall
-Wextra
-Wl,-Map,firmware.map,--cref,--no-warn-rwx-segments
-Wl,-Map,firmware.map,--cref
-Wstack-usage=2048
-D LOG_LOCAL_LEVEL=ESP_LOG_VERBOSE
-D FABOMATIC_BUILD="\"$PIOENV\""
Expand Down

0 comments on commit 60d99f4

Please sign in to comment.