[uClibc-cvs] CVS uClibc++/tests

CVS User gkajmowi gkajmowi at codepoet.org
Tue Jan 25 19:10:18 UTC 2005


Update of /var/cvs/uClibc++/tests
In directory nail:/tmp/cvs-serv23497/tests

Modified Files:
	Makefile 
Log Message:
Moved a lot of code from inlining into the library binary.  Library is ~20% larger but almost all applications will be smaller.  Overall, lots of savings.

--- /var/cvs/uClibc++/tests/Makefile	2005/01/23 18:58:21	1.15
+++ /var/cvs/uClibc++/tests/Makefile	2005/01/25 19:10:17	1.16
@@ -11,8 +11,8 @@
 ULIBS = -luClibc++ -lc -lsupc++
 endif
 
-
 UCXX	= $(CXX) -nodefaultlibs -nostdinc++ -fno-builtin -I../include -L../src
+#UCXX	= $(CXX) -nodefaultlibs -nostdinc++ -fno-builtin -I../include -L../src -fno-default-inline
 
 UFLAGS	=	-L../src
 



More information about the uClibc-cvs mailing list