From 62e61e15efc163bdb7343b5270ee47f6bd284503 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 13 Feb 2007 15:24:56 +0000 Subject: [PATCH] From John Shue, "Modified OpenSceneGraph/Make/makedefs to add -pipe gcc command line option to FreeBSD build." --- Make/makedefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make/makedefs b/Make/makedefs index 96114e1c0..207fb29b0 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -440,7 +440,7 @@ ifeq ($(OS),FreeBSD) endif DEPARG = -MM INC += -I/usr/local/include -I/usr/X11R6/include - DEF += -W -Wall $(PTHREAD_CFLAGS) + DEF += -W -Wall $(PTHREAD_CFLAGS) -pipe OPTF = -O2 DBGF = -g -DOSG_COMPILE_UNIT_TESTS SHARED = -shared