GNUmakefile: add linker option --no-as-needed, fixes #266
parent
c83d6ac411
commit
3c5e41599d
|
@ -7,7 +7,7 @@ ifdef CONFIG
|
||||||
BUNDLE = Factor.app
|
BUNDLE = Factor.app
|
||||||
LIBPATH = -L/usr/X11R6/lib
|
LIBPATH = -L/usr/X11R6/lib
|
||||||
|
|
||||||
CFLAGS = -Wall $(SITE_CFLAGS)
|
CFLAGS = -Wall -Wl,--no-as-needed $(SITE_CFLAGS)
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
CFLAGS += -g -DFACTOR_DEBUG
|
CFLAGS += -g -DFACTOR_DEBUG
|
||||||
|
|
Loading…
Reference in New Issue