https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201543
--- Comment #13 from [email protected] --- (In reply to Tony Narlock from comment #12) Hey there - this is the method I'm using to generate a build of chromium with usable debug symbols. n.b. - enabling DEBUG in make config does not work, I have not been able to fix that yet. The following method should work though: > uname -ar FreeBSD pop.rubicorp.com 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Wed May 13 06:54:13 UTC 2015 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64 > cd /usr/ports/www/chromium > sudo make WITH_DEBUG=yes STRIP= I let this chug along for a day or so on my 8 core box, then I can run chromium via gdb like so: > work/stage/usr/local/share/chromium/chrome-wrapper --gdb I do not do the "make install" step as I still need to have a non-debug version on my system. I'll go ahead and put this info in 196770 as well. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
