X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd53f341188bcaa64f41f0f70aad995966bd1b5f..77e7a1dc48e084d1abbc06d5ab9e463d09f9ff51:/install/unix/INSTALL diff --git a/install/unix/INSTALL b/install/unix/INSTALL index 8a12af6b4a..20f11bd244 100644 --- a/install/unix/INSTALL +++ b/install/unix/INSTALL @@ -133,14 +133,17 @@ The following options handle the kind of library you want to build. --without-optimise Do not optimise the code. - --with-profile Add profiling info to the - object files. Currently - broken. + --with-profile Add profiling info to the object + files. Currently broken, I think. - --with-mem_tracing Add built-in memory tracing. + --with-mem_tracing Add built-in memory tracing. + This doesn't work well with gcc. - --with-debug_info Add debug info to object - files. + --with-dmalloc Use the dmalloc memory debugger. + Read more at www.letters.com/dmalloc/ + + --with-debug_info Add debug info to object files and + executables. --with-debug_flag Define __DEBUG__ and __WXDEBUG__ when compiling.