[xiph-commits] r6864 - trunk/paranoia-III

pjones at dactyl.lonelymoon.com pjones
Fri Jun 25 13:58:31 PDT 2004


Author: pjones
Date: Fri Jun 25 13:58:31 2004
New Revision: 6864

Modified:
trunk/paranoia-III/Makefile.in
Log:
don't strip in the Makefile.  Most people will be getting this through
some external packaging format, and those tend to have their own fairly
sophisticated methods for handling debug info these days.


Modified: trunk/paranoia-III/Makefile.in
===================================================================
--- trunk/paranoia-III/Makefile.in	2004-06-25 18:40:34 UTC (rev 6863)
+++ trunk/paranoia-III/Makefile.in	2004-06-25 19:07:20 UTC (rev 6864)
@@ -44,7 +44,6 @@
cd interface && $(MAKE) all
cd paranoia && $(MAKE) all
$(MAKE) cdparanoia CFLAGS="$(OPT)"
-	strip cdparanoia

debug:
cd interface && $(MAKE) debug



More information about the commits mailing list