Skip to content

Commit

Permalink
feat: remove duplicated labels
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Sep 28, 2024
1 parent d76ca94 commit 6459ae5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions devkitsnes/snes_rules
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,13 @@ endif
# -c should be removed ASAP ! It allow duplicate labels and definitions
$(LD) -d -s -v -A -c -L ${LIBDIRSOBJS} linkfile $@

# remove unattended characters
@sed -i 's/://' $(ROMNAME).sym

# remove duplicated labels for mesen debugger
@sed -i '/ SECTIONSTART_/d;/ SECTIONEND_/d;/ RAM_USAGE_SLOT_/d;' $(ROMNAME).sym


@echo
@echo Build finished successfully !
@echo
Expand Down

0 comments on commit 6459ae5

Please sign in to comment.