Skip to content

Commit

Permalink
platformio: Use -O2 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 1ce964e commit 09f7557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
-O3
-O2

build_flags_esp32 =
-DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
Expand Down

0 comments on commit 09f7557

Please sign in to comment.