From 813bb559aa7687f3d34266854f0c9156ed8e85f6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 11 Apr 2005 15:40:30 +0000 Subject: [PATCH] Changed optimization flag to -O instead of -O2 to aid compile speed. --- src/osgWrappers/osg/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgWrappers/osg/GNUmakefile b/src/osgWrappers/osg/GNUmakefile index 6ae9eabe9..48214b5bb 100644 --- a/src/osgWrappers/osg/GNUmakefile +++ b/src/osgWrappers/osg/GNUmakefile @@ -121,6 +121,8 @@ CXXFILES =\ LIBS += -losg -losgIntrospection $(OTHER_LIBS) +OPTF = -O + TARGET_BASENAME = osg include $(TOPDIR)/Make/cygwin_wrapper_def WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)