This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/31400] enable static linking of support libraries through -static-libXY
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Mar 2007 15:22:54 -0000
- Subject: [Bug other/31400] enable static linking of support libraries through -static-libXY
- References: <bug-31400-13648@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-03-30 16:22 -------
In general this is wrong. There are reasons why you don't want static linking.
code size/memory usage is one of them.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31400