On 9/7/06, Brandon J. Van Every <[EMAIL PROTECTED]> wrote:
There is no notion of "Debug" vs. "Release" when building with GCC. There are only static vs. dynamic libraries and exes, all of 'em optimized, none of 'em debuggable.
But cmake has a notion of this. CMake supports operations like LINK_FLAGS(?) that can be qualified with the build type. cheers, felix -- http://galinha.ucpel.tche.br:8081/blog/blog.ssp _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
