[Avida-cvs] [Avida2-svn] r142 - trunk/source/python

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Thu Apr 14 06:06:19 PDT 2005


Author: kaben
Date: 2005-04-14 09:06:19 -0400 (Thu, 14 Apr 2005)
New Revision: 142

Modified:
   trunk/source/python/setup_osx.py.in
Log:

* Reenabled stripping symbols from Avida-ED executable.



Modified: trunk/source/python/setup_osx.py.in
===================================================================
--- trunk/source/python/setup_osx.py.in	2005-04-14 13:03:16 UTC (rev 141)
+++ trunk/source/python/setup_osx.py.in	2005-04-14 13:06:19 UTC (rev 142)
@@ -47,7 +47,7 @@
       includes = ['iqt', 'qt', 'qwt', 'readline', 'unittest', 'IPython', 'AvidaGui2', 'AvidaCore'],
       packages = ['IPython', 'AvidaGui2'],
       dist_dir = '${EXECUTABLE_OUTPUT_PATH}',
-      strip = False,
+      strip = True,
     )
   ),
   data_files=[
@@ -71,9 +71,9 @@
   + svn_metadata_files,
 )
 
-print """
-FIXME:
-Remember to reenable symbol stripping by commenting-out the option "strip = False"
-at line 51 of source/python/setup_osx.py.in.
- at kgn
-"""
+#print """
+#FIXME:
+#Remember to reenable symbol stripping by commenting-out the option "strip = False"
+#at line 51 of source/python/setup_osx.py.in.
+#@kgn
+#"""




More information about the Avida-cvs mailing list