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

Philipp Brüschweiler 2011-10-16 12:33:34 +02:00 committed by John Benediktsson
parent 069ae6bfb3
commit 1b0a8d77c2
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