Move --no-as-needed to Config.linux since it breaks compilation on mac

db4
Doug Coleman 2011-10-19 12:09:43 -07:00
parent 3c5e41599d
commit 432927fe5f
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,3 +1,4 @@
include vm/Config.unix
PLAF_DLL_OBJS += vm/os-genunix.o vm/os-linux.o vm/mvm-unix.o
LIBS = -ldl -lm -lrt -lpthread $(X11_UI_LIBS) -Wl,--export-dynamic
SITE_CFLAGS += -Wl,--no-as-needed