GNUmakefile: add linker option --no-as-needed, fixes #266

db4
Philipp Brüschweiler 2011-10-16 12:33:34 +02:00 committed by John Benediktsson
parent c83d6ac411
commit 3c5e41599d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ifdef CONFIG
BUNDLE = Factor.app
LIBPATH = -L/usr/X11R6/lib
CFLAGS = -Wall $(SITE_CFLAGS)
CFLAGS = -Wall -Wl,--no-as-needed $(SITE_CFLAGS)
ifdef DEBUG
CFLAGS += -g -DFACTOR_DEBUG