[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

From g++ To a Big cgi File



Hi,

I compile some small c++ file with mysql library.
the file works great, but the cgi is BIG over 200K

How can i make it a little small like 10-20K ?
(gcc make a smaller cgi files with mysql library)

The compile line is:
g++ file_name.cpp -o
file_name.cgi -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient

Thank you,

Avi.


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il