Skip to content

Commit

Permalink
Makefile: stop using gold linker
Browse files Browse the repository at this point in the history
  • Loading branch information
JayXon committed Feb 5, 2022
1 parent 39f3d22 commit e3cedec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ else
SYSTEM := $(shell uname -s)
endif

# Gold linker only supports Linux
ifeq ($(SYSTEM), Linux)
LDFLAGS += -fuse-ld=gold
endif

ifeq ($(SYSTEM), Darwin)
LDLIBS += -liconv
else
Expand Down

0 comments on commit e3cedec

Please sign in to comment.