-rdynamic is not required (functions passed to plugins)
This commit is contained in:
parent
70aa116c21
commit
d2fb375676
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue