Revision: 403
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=403&view=rev
Author: andy_miller
Date: 2007-09-29 23:39:33 -0700 (Sat, 29 Sep 2007)
Log Message:
-----------
linux compile issue fixed (again!!)
Modified Paths:
--------------
trunk/python-ogre/SConstruct
Modified: trunk/python-ogre/SConstruct
===================================================================
--- trunk/python-ogre/SConstruct 2007-09-30 01:40:48 UTC (rev 402)
+++ trunk/python-ogre/SConstruct 2007-09-30 06:39:33 UTC (rev 403)
@@ -60,7 +60,7 @@
if os.sys.platform <> 'darwin':
CCFLAGS = ' `pkg-config --cflags OGRE` '
CCFLAGS += ' -I'
- CCFLAGS += ' -O3 -I./ -fvisibility=hidden -finline-limit=20 '
+ CCFLAGS += ' -O3 -I./ '##### -fvisibility=hidden -finline-limit=20 '
CCFLAGS += ' -DOGRE_GCC_VISIBILITY ' # -fvisibility-inlines-hidden
else:
CCFLAGS = ' -I -pipe -Os -I./'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|