-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.
CPPFLAGS = $(INCLUDES) $(DEFINES)
CFLAGS = -Wall $(OPTIM)
LDFLAGS = -rdynamic
LDFLAGS =
LDLIBS = -lm
INSTALL = install -c -D -o root -g root