<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you already ran strip -d then those result most likely from exceptions and assertions which sometime carry additional location info.<br>
Not sure how can get rid of those.</blockquote>
<br></span>
These come from assert's, which print out the file/line of the failure. Unfortunately, the file name gets repeated in every generated object file. Those filename strings should be put in COMDATs, which will then result in one instance of the file name string per executable.<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div>And maybe relative file names would make sense? </div></div></div></div>