[uClibc-cvs] CVS uClibc++/extra/Configs

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


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

Modified Files:
	Config.in 
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++/extra/Configs/Config.in	2005/01/25 15:07:27	1.9
+++ /var/cvs/uClibc++/extra/Configs/Config.in	2005/01/25 19:10:13	1.10
@@ -315,6 +315,14 @@
 	  If you use any fstream derivative, you will want to say 
 	  yes here to expand the code and place it into the library.
 
+config UCLIBCXX_EXPAND_SSTREAM_CHAR
+	bool "Expand std::sstream for <char>"
+	default y
+	depends on UCLIBCXX_CODE_EXPANSION
+	help
+	  If you use any stringstream derivative, you will want to say 
+	  yes here to expand the code and place it into the library.
+
 endmenu
 
 



More information about the uClibc-cvs mailing list