[pve-devel] r5423 - vncterm/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Jan 24 10:56:06 CET 2011


Author: dietmar
Date: 2011-01-24 10:56:06 +0100 (Mon, 24 Jan 2011)
New Revision: 5423

Modified:
   vncterm/pve2/Makefile
Log:
disable debug


Modified: vncterm/pve2/Makefile
===================================================================
--- vncterm/pve2/Makefile	2011-01-24 09:52:41 UTC (rev 5422)
+++ vncterm/pve2/Makefile	2011-01-24 09:56:06 UTC (rev 5423)
@@ -36,7 +36,7 @@
 	cd ${VNCDIR}; make
 
 vncterm: vncterm.c glyphs.h ${VNCLIB}
-	gcc -O2 -DDEBUG -g -o $@ vncterm.c -Wall -D_GNU_SOURCE -I ${VNCDIR} ${VNCLIB} -lnsl -lpthread -lz -ljpeg -lutil -lgnutls
+	gcc -O2 -g -o $@ vncterm.c -Wall -D_GNU_SOURCE -I ${VNCDIR} ${VNCLIB} -lnsl -lpthread -lz -ljpeg -lutil -lgnutls
 
 jar: tigervnc.org
 	rm -rf tigervnc VncViewer.jar




More information about the pve-devel mailing list