Skip to content

Commit

Permalink
Save ~80 bytes of flash
Browse files Browse the repository at this point in the history
with compile option `-free -fipa-pta` as default for all variants
  • Loading branch information
Jason2866 authored Nov 15, 2020
1 parent 92a3c06 commit e7cff92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ build_unflags = -mtarget-align
-Wall
-Wdeprecated-declarations
build_flags = -mno-target-align
-free
-fipa-pta
-Wno-deprecated-declarations
-Wreturn-type
-D_IR_ENABLE_DEFAULT_=false
Expand Down

0 comments on commit e7cff92

Please sign in to comment.