GNUmakefile: add linker option --no-as-needed, fixes #266
parent
069ae6bfb3
commit
1b0a8d77c2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue