-rdynamic is not required (functions passed to plugins)
authorBrendan O'Dea <bod@optus.net>
Mon, 8 Nov 2004 12:31:01 +0000 (12:31 +0000)
committerBrendan O'Dea <bod@optus.net>
Mon, 8 Nov 2004 12:31:01 +0000 (12:31 +0000)
Makefile

index f344f28..722e9d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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