summaryrefslogtreecommitdiffhomepage
path: root/auto/os/freebsd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/os/freebsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/os/freebsd b/auto/os/freebsd
index 8178ab1b2..3a73a6e28 100644
--- a/auto/os/freebsd
+++ b/auto/os/freebsd
@@ -3,6 +3,8 @@ CORE_INCS="$UNIX_INCS"
CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS"
CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS"
+CFLAGS="$CFLAGS -pipe"
+
# __FreeBSD_version is the best way to determine whether
# some capability exists and is safe to use