diff options
-rw-r--r-- | makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.linux b/makefile.linux index 5efc24f..3f3ecf6 100644 --- a/makefile.linux +++ b/makefile.linux @@ -65,7 +65,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 # here come the targets |