aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d8379b..df98831 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ LINUXCFLAGS = $(DEFINES) -O2 -funroll-loops -fomit-frame-pointer -fPIC \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
-LINUXLDFLAGS = --export-dynamic -shared -lc -lm
+LINUXLDFLAGS = -Wl,--export-dynamic -shared -lc -lm
LINUXINCLUDE = -I$(PDSRCDIR)