g++33 creates large binaries on 5.1-RELEASE

Guy Middleton guy at obstruction.com
Sun Nov 30 07:17:04 PST 2003


I compile a simple C++ program:

#include <fstream>
int main() {
    std::ofstream out( "file.out" );
}

With g++33 on a 5.1-RELEASE system, it creates a very large binary (500k).  Is
there something obvious I am doing wrong here?  Thanks.


More information about the freebsd-ports mailing list