Adam Thompson <[email protected]> writes: > I'm happy to have a go at debugging this but was wondering how one gets a > debug > build with our cmake based build system?
cd build cmake -DCMAKE_BUILD_TYPE=Debug .. make There's a script under there called build-me.sh, but it doesn't work at the moment. Apparently, it overwrites CMAKE_INSTALL_PREFIX and cmake can no longer find tidy. So I am going to try and fix that soon. Anyway the commands I gave you above should work just fine. -- Chris _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
