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