-O2 is the same speed but smaller size

This commit is contained in:
Eric Helgeson 2021-06-09 18:54:34 -05:00
parent 17558b5260
commit 48262ff866
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ build_flags =
-DARDUINO=10813
-DARDUINO_ARCH_STM32
-DDEBUG_LEVEL=DEBUG_NONE
-O3
-O2
; Work around for clones.
; https://community.platformio.org/t/cannot-upload-to-stm32-bluepill-board-over-stlink-v2/3492/25