-rdynamic is not required (functions passed to plugins)

This commit is contained in:
Brendan O'Dea 2004-11-08 12:31:01 +00:00
parent 70aa116c21
commit d2fb375676

View file

@ -25,7 +25,7 @@ LD = gcc
INCLUDES = -I. INCLUDES = -I.
CPPFLAGS = $(INCLUDES) $(DEFINES) CPPFLAGS = $(INCLUDES) $(DEFINES)
CFLAGS = -Wall $(OPTIM) CFLAGS = -Wall $(OPTIM)
LDFLAGS = -rdynamic LDFLAGS =
LDLIBS = -lm LDLIBS = -lm
INSTALL = install -c -D -o root -g root INSTALL = install -c -D -o root -g root