Changed optimization flag to -O instead of -O2 to aid compile speed.
This commit is contained in:
parent
195b63dc65
commit
813bb559aa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user