summaryrefslogtreecommitdiff
path: root/x11-libs/fltk/files/fltk-1.3.5-optim.patch
blob: 4d1512d749dd029350a0bd307c9d0d0722e5e80b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -1265,7 +1265,7 @@
 	if test "x$with_optim" != x; then
 	    OPTIM="$with_optim $OPTIM"
 	else
-	    OPTIM="-Os $OPTIM"
+	    OPTIM=" $OPTIM"
 	fi
     fi