Revision: 705
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=705&view=rev
Author: mithro
Date: 2008-08-20 10:05:10 +0000 (Wed, 20 Aug 2008)
Log Message:
-----------
Always build with debug symbols.
Modified Paths:
--------------
trunk/python-ogre/boost/Makefile
Modified: trunk/python-ogre/boost/Makefile
===================================================================
--- trunk/python-ogre/boost/Makefile 2008-08-20 10:01:18 UTC (rev 704)
+++ trunk/python-ogre/boost/Makefile 2008-08-20 10:05:10 UTC (rev 705)
@@ -5,7 +5,8 @@
MT_VERSION=`if [ x${MT} = xTrue ]; then echo "mt-"; fi`
MT_FLAGS=`if [ x${MT} = xTrue ]; then echo "-D_MT"; fi`
-CXXFLAGS=-I. \
+CXXFLAGS=-g \
+ -I. \
-I/usr/include/python${PYTHON_VERSION} \
-shared \
-Wl,-soname,libboost_python_index-gcc${GCC_VERSION}-${BOOST_VERSION}.so \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|