Skip to content

Commit

Permalink
make: use compact ELF layout
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Mar 2, 2025
1 parent bf5fc45 commit f541cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ifeq ($(REVISIONID),)
REVISIONID := Non-git_build
endif
CFLAGS += -DREV_ID=\"$(REVISIONID)\"
DJ64COMPACT_VA := 1

.PHONY: all clean install uninstall

Expand Down

0 comments on commit f541cef

Please sign in to comment.