aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4351d9634e..843d36bb13 100755
--- a/configure
+++ b/configure
@@ -2312,7 +2312,7 @@ case $_backend in
INCLUDES="$INCLUDES `$_sdlconfig --prefix="$_sdlpath" --cflags`"
LIBS="$LIBS `$_sdlconfig --prefix="$_sdlpath" --libs`"
DEFINES="$DEFINES -DSDL_BACKEND -DSAMSUNGTV"
- LDFLAGS="$LDFLAGS -shared -fpic -Wl,-whole-archive"
+ LDFLAGS="$LDFLAGS -shared -fpic"
MODULES="$MODULES backends/platform/sdl"
;;
sdl)