summaryrefslogtreecommitdiff
path: root/x11-libs/fltk/files/fltk-1.4.9999-optim.patch
blob: a1e18bbb74b28e3b5f834c2d0f80984abaac11e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index 1330d3f27..c76dba26f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1552,7 +1552,7 @@ AS_IF([test -n "$GCC"], [
         AS_IF([test "x$with_optim" != x], [
             OPTIM="$with_optim $OPTIM"
         ], [
-            OPTIM="-Os $OPTIM"
+            OPTIM="$OPTIM"
         ])
     ])