Quellcode durchsuchen

-O2 is the same speed but smaller size

Eric Helgeson vor 4 Jahren
Ursprung
Commit
48262ff866
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

@@ -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