<div dir="ltr"><dl><dt>In the documentation for compiler-4.5.4, in the options it states</dt><dd><br></dd><dt><span class="code">export_all</span>
</dt><dd>

Causes all functions in the module to be exported.</dd></dl>This does not explain that previously inlined functions become "uninlined" and are also exported. I suggest changing this to the following:<br><dl><dt>
<span class="code">export_all</span>
  </dt><dd>

Causes all functions in the module to be exported<b>, including functions that are declared as inline.</b></dd></dl>I think it's rather important to know this.<br><br>Regards,<br>Edwin Fine<br>
</div>