On 2016-08-11 at 16:04 Dan Cross wrote: > FYI, it helps a lot to strip those binaries. Maybe I should add that to the > makefile.
I think we used to do that for tests/ way back in the day. I guess we want the option to split our binaries such that we have the symbols available for perf, gdb, and other debugging, but not necessarily in the binaries in KFS. This would apply to all user apps, including tests/ and any apps under tools/ For the most part, I think we only use the debugging info on the Linux side of our development. Eventually, we'll want those on Akaros too (once certain debugging goes native), but we could do those on a case-by-case basis. FWIW, we already have some of the elfutils running on Akaros, so that day might be closer than we expect. Barret -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
