summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-24 13:18:52 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-24 13:18:52 +0000
commitcd2e3364492ae3f41373b3bb0e4e121ac85bb7c7 (patch)
treec220a2d780bf6ea043986a87d445936ca8732e8e /beos
parentb9a6dae5ab63b8a2519dcccfeb5d27a5af7f23b7 (diff)
downloadnetsurf-cd2e3364492ae3f41373b3bb0e4e121ac85bb7c7.tar.gz
netsurf-cd2e3364492ae3f41373b3bb0e4e121ac85bb7c7.tar.bz2
Try using -pipe on beos/haiku as temporary file access may be slow
Diffstat (limited to 'beos')
-rw-r--r--beos/Makefile.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/Makefile.defaults b/beos/Makefile.defaults
index 303414d8b..7616a41a3 100644
--- a/beos/Makefile.defaults
+++ b/beos/Makefile.defaults
@@ -27,4 +27,4 @@ NETSURF_USE_HARU_PDF := NO
NETSURF_USE_LIBICONV_PLUG := NO
# Optimisation levels
-CFLAGS += -O2
+CFLAGS += -pipe -O2