From John Shue, "Modified OpenSceneGraph/Make/makedefs to add -pipe gcc command line

option to FreeBSD build."
This commit is contained in:
Robert Osfield
2007-02-13 15:24:56 +00:00
parent 9c434274be
commit 62e61e15ef

View File

@@ -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