<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 14, 2015 at 11:53 PM, Daniel <span dir="ltr"><<a href="mailto:danlrobertson89@gmail.com" target="_blank">danlrobertson89@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is some workflow to compile to or inspect the assebly generated from<br>
an LO build? I currently re-write whatever function I'm working on in<br>
a separate file and compile that file (with simple conversions like<br>
sal_* -> non-sal) or use gdb. Just wondered if there was something<br>
better out there.<br></blockquote><div><br></div><div>You can temporarily change the compiler options (see solenv/gbuild/...) to generate assembly.</div><div><br></div><div>For gcc that's -S and for MSC -FA[csu] (where c gives you machine code as well, s adds source code as comments, and u for unicode).</div><div><br></div><div>I'd expect this to be easier than copying the function out, but will potentially generate much more output than you might want.</div></div></div></div>