[xiph-commits] r16005 - trunk/planarity

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu May 14 14:38:31 PDT 2009


Author: xiphmont
Date: 2009-05-14 14:38:31 -0700 (Thu, 14 May 2009)
New Revision: 16005

Modified:
   trunk/planarity/Makefile
Log:
Don't strip the binary by default



Modified: trunk/planarity/Makefile
===================================================================
--- trunk/planarity/Makefile	2009-05-14 21:37:41 UTC (rev 16004)
+++ trunk/planarity/Makefile	2009-05-14 21:38:31 UTC (rev 16005)
@@ -6,7 +6,6 @@
 CC      = gcc 
 LD      = gcc
 export INSTALL = install
-STRIP   = strip
 PREFIX  = /usr/local
 BINDIR  = $(PREFIX)/bin
 ETCDIR  = /etc/$(TARGET)
@@ -85,7 +84,6 @@
 all-local:    
 	pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2" 1>/dev/null
 	$(MAKE) target CFLAGS='-O2 -ffast-math $(GCF) $(ADD_DEF)'
-	$(STRIP) $(TARGET)
 
 all-recursive:
 	for D in $(SUBDIRS); do make -C $$D || exit 1; done
@@ -93,7 +91,6 @@
 static:    
 	pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2" 1>/dev/null
 	$(MAKE) static-target CFLAGS='-O2 -ffast-math $(GCF) $(ADD_DEF)'	
-#	$(STRIP) $(TARGET)
 
 debug:
 	pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2" 1>/dev/null



More information about the commits mailing list