|
From: Ralf M. <rm...@am...> - 2009-09-04 17:40:20
|
Hi, I know one can strip the debug symbols, but I would like to disable debug symbol generation completely at compile time to speed up the compilation and link process and to conserve disk space. Where should this be best done? Asked differently: is there a "build for release" switch or setting in/for ./autogen.sh, ./configure, Makefile etc., or an environment variable for this? Platform: svn snapshot on Linux, g++; ie. using the generated Makefile's w/o using any graphical IDE like eclipse etc.) |