From a069f67f5e80220ab23a90eaf3c4cd0a90149c06 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 15 Nov 2004 19:45:27 +0000 Subject: [PATCH] Added -pipe to gcc build under Linux --- Make/makedefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make/makedefs b/Make/makedefs index 9a404d76f..c8f89c5f2 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -343,7 +343,7 @@ ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") endif LIBS = -lstdc++ - DEF += -W -Wall -fPIC + DEF += -W -Wall -fPIC -pipe OPTF = -O2 DBGF = -g -gstabs+ -DOSG_COMPILE_UNIT_TESTS SYSARCH := $(shell arch)