From 34a2cc5ea853f6cee419b6496b466f9df81ac8df Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 7 Jun 2000 17:27:27 +0000 Subject: [PATCH] Adding -pipe option for faster compilation --- conf/MachineDef.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/MachineDef.Linux b/conf/MachineDef.Linux index d8b1d53f56a..cadbc5051f5 100644 --- a/conf/MachineDef.Linux +++ b/conf/MachineDef.Linux @@ -22,7 +22,7 @@ AWK = awk # starting from root.2.22 on Linux the flags -fno-rtti -fno-exceptions are # not necessary any more # -CXXOPTS = $(OPT) -Wall -fPIC +CXXOPTS = $(OPT) -Wall -fPIC -pipe COPT = $(OPT) FOPT = $(OPT) -fno-second-underscore -- 2.43.0