-rdynamic is not required (functions passed to plugins)

This commit is contained in:
bodea 2004-11-08 12:31:01 +00:00
parent bc23de2d9c
commit e5b9fabb48

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