Is there a way to prevent autoconf from appending "-g" to every g++ command 
line? I really want to reduce the diskspace and CPU time required to build my 
package, but autoconf seems to assume if you have g++ you have to have "-g" 
also.

e.g.
AC_PROG_CXX calls _AC_PROG_CXX_G which if successful unconditionally appends 
"-g" to the command line.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to