Skip to content

Commit ca6898b

Browse files
committed
gold linker comments disabled
1 parent 11e7e66 commit ca6898b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ include $(OF_SHARED_MAKEFILES_PATH)/config.linux.common.mk
2929

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

0 commit comments

Comments
 (0)