Skip to content

Commit

Permalink
Some PlatformIO configs for optimizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 17, 2024
1 parent 52da8d9 commit b9ff039
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ board = upesy_wroom
framework = arduino
monitor_speed = 115200
lib_deps = adafruit/Adafruit SSD1306@^2.5.9
build_flags = -O2
build_flags =
-DCORE_DEBUG_LEVEL=0 -I include
-Os
-fno-inline-functions
-mtext-section-literals
build_type = release
board_build.partitions = memconfig.csv

0 comments on commit b9ff039

Please sign in to comment.