Added -pipe to gcc build under Linux

This commit is contained in:
Robert Osfield
2004-11-15 19:45:27 +00:00
parent a2c3d0335c
commit a069f67f5e

View File

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