From f9063f938356565fedf2f9d93dbd722e22ee58d3 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 10 Dec 2006 12:06:39 +0000 Subject: [PATCH] added -fPIC option as default flag git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@437 0778d3d1-df1d-0410-868b-ea421aaaa00d --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3de93b9f4..9530fcf7a 100644 --- a/configure.in +++ b/configure.in @@ -54,7 +54,7 @@ AM_CONDITIONAL(BUILD_LINUX, test "$build_linux" = "true") # -fomit-frame-pointer crashes wine on Ubuntu Dapper--Danny 7/21/06 #DEFAULTFLAGS="-floop-optimize2 -fomit-frame-pointer -fgcse-sm -fgcse-las" -DEFAULTFLAGS="-O2 -g0" #"-floop-optimize2 -fgcse-sm -fgcse-las" +DEFAULTFLAGS="-O2 -g0 -fPIC" #"-floop-optimize2 -fgcse-sm -fgcse-las" # Tested with GCC 4.0--needs to be tested with 4.1--Danny 7/21/06 if test "x`$CC --version|head -1|cut -d\ -f3|cut -d. -f1`" = "x4" ; then