Skip to content

Commit

Permalink
Silence linker warning about executable segments
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Jul 26, 2024
1 parent 9b08e29 commit d5dfa75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ LFLAGS = -Wl,--gc-sections \
-nostdlib \
-nostartfiles \
-ffreestanding \
-Wl,--no-warn-rwx-segments \
$(EXTRALDFLAGS) \

DEPFLAGS = -MMD -MP -MF $(OBJDIR)/$(basename $<).d
Expand Down

0 comments on commit d5dfa75

Please sign in to comment.