From mboxrd@z Thu Jan 1 00:00:00 1970 From: mharrold@cas.org (Mike Harrold) To: egcs@egcs.cygnus.com Subject: lexicographical_compare... Date: Fri, 19 Mar 1999 08:50:00 -0000 Message-id: <199903191649.LAA16473@cas.org> X-SW-Source: 1999-03/msg00654.html Hi, Can anyone tell me how to prevent functions such as the one metioned in the subject line (ie, the non-inline functions from the STL library) from being emitted in every module? While the linkonce thing works, it effectively doubles my compilation time. I'm not compiling a small server here, and 2*30 minutes gets to be frustrating as I am sure you can imagine! Thanks, /Mike From mboxrd@z Thu Jan 1 00:00:00 1970 From: mharrold@cas.org (Mike Harrold) To: egcs@egcs.cygnus.com Subject: lexicographical_compare... Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: <199903191649.LAA16473@cas.org> X-SW-Source: 1999-03n/msg00659.html Message-ID: <19990331234600.UdKm0hgmGe6jLeHER-RUYV0b5QgszGv6mJ9xsl9_PIQ@z> Hi, Can anyone tell me how to prevent functions such as the one metioned in the subject line (ie, the non-inline functions from the STL library) from being emitted in every module? While the linkonce thing works, it effectively doubles my compilation time. I'm not compiling a small server here, and 2*30 minutes gets to be frustrating as I am sure you can imagine! Thanks, /Mike