Skip to content

Commit 34585e3

Browse files
committed
gold
1 parent 726391a commit 34585e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libs/openFrameworksCompiled/project/linux/64/config.linux64.default.mk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,5 @@
2727

2828
include $(OF_SHARED_MAKEFILES_PATH)/config.linux.common.mk
2929

30-
ifneq ($(shell command -v ld.gold),)
3130
PLATFORM_LDFLAGS += -fuse-ld=gold
32-
$(info Using Gold linker.)
33-
else
34-
$(info Gold linker not found. Using default linker.)
35-
endif
31+

0 commit comments

Comments
 (0)