Try using -pipe on beos/haiku as temporary file access may be slow

This commit is contained in:
Vincent Sanders 2014-11-24 13:18:52 +00:00
parent b9a6dae5ab
commit cd2e336449

View File

@ -27,4 +27,4 @@ NETSURF_USE_HARU_PDF := NO
NETSURF_USE_LIBICONV_PLUG := NO
# Optimisation levels
CFLAGS += -O2
CFLAGS += -pipe -O2