Skip to content

Commit b9ff039

Browse files
committed
Some PlatformIO configs for optimizations.
1 parent 52da8d9 commit b9ff039

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

platformio.ini

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ board = upesy_wroom
1414
framework = arduino
1515
monitor_speed = 115200
1616
lib_deps = adafruit/Adafruit SSD1306@^2.5.9
17-
build_flags = -O2
17+
build_flags =
18+
-DCORE_DEBUG_LEVEL=0 -I include
19+
-Os
20+
-fno-inline-functions
21+
-mtext-section-literals
22+
build_type = release
23+
board_build.partitions = memconfig.csv

0 commit comments

Comments
 (0)