diff options
-rw-r--r-- | src/makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux b/src/makefile.linux index 7dc8579..bfef6e9 100644 --- a/src/makefile.linux +++ b/src/makefile.linux @@ -60,7 +60,7 @@ DEFS = -DPD #CFLAGS = -O2 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS) CFLAGS = $(OPTIMIZE_FLAGS) -fomit-frame-pointer -fPIC -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS) $(DEFS) -LDFLAGS = -Wl,-export_dynamic -shared +LDFLAGS = -Wl,--export-dynamic -shared LIBS = -lc -lm -lfann # here come the targets |