Skip to content

Commit

Permalink
Remove unsave optimization flag
Browse files Browse the repository at this point in the history
  • Loading branch information
7FM authored Dec 7, 2020
1 parent 08bfa3a commit ec2b1de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ build_flags =
-maccumulate-args
; merge duplicate constants to save ram/flash
-fmerge-constants
; does this break recursion?
-fmerge-all-constants
; Replace CALL and JMP by RCALL and RJMP where possible which is faster + less bytes
-Wl,--relax
-mrelax
Expand All @@ -56,4 +54,4 @@ upload_protocol = usbasp-clone
;upload_protocol = usbasp
upload_flags =
-Pusb
debug_tool = simavr
debug_tool = simavr

0 comments on commit ec2b1de

Please sign in to comment.