Skip to content

Commit

Permalink
platformio: Use -Os for this build
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaze-III committed May 6, 2024
1 parent 56afd46 commit cd4eb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airrohr-firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_flags =
-D LWIP_DNS_ADDRTYPE_DEFAULT=3
-D HTTPCLIENT_1_1_COMPATIBLE=0 -D NO_GLOBAL_SERIAL=0
-DNDEBUG -DFP_IN_IROM -frandom-seed=b61f78373
-O2
; -O3

build_flags_esp32 =
-DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
Expand Down Expand Up @@ -94,7 +94,7 @@ platform_version = [email protected]
platform_version_esp32 = [email protected] ; using Arduino core 1.0.4

[env]
build_unflags = -Os
;build_unflags = -Os

[DISABLEDenv:lolin_d32_pro_debug]
lang = DE
Expand Down

0 comments on commit cd4eb72

Please sign in to comment.