<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+static std::string DwarfDebugProducer;<br>
+static void setDwarfDebugProducer(void) {<br>
+  if(!getenv("DEBUG_PRODUCER"))<br>
+    return;<br>
+  DwarfDebugProducer += getenv("DEBUG_PRODUCER");<br>
+}<br>
+<br></blockquote><div><br></div><div style>Any particular reason or compatibility with this? I'd prefer not to have it otherwise. If we do need it can you make it work for the compiled case as well?</div><div style>
<br></div><div style>Thanks!</div><div style><br></div><div style>-eric </div></div></div></div>