<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature">On 29 November 2016 at 11:19, Joshua Colp <span dir="ltr"><<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>></span> wrote:<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Nov 29, 2016, at 07:15 AM, Barry Flanagan wrote:<br>
> On 29 November 2016 at 10:56, Jonathan H <<a href="mailto:lardconcepts@gmail.com">lardconcepts@gmail.com</a>> wrote:<br>
><br>
> > Any ideas why a VPS, cloned from another instance (DigitalOcean<br>
> > "droplets" if it matters), won't run on the new instance?<br>
> ><br>
> > Everything else is the same; region, memory, disk, hypervisor version etc.<br>
> ><br>
><br>
> You probably need to select  "DONT_OPTIMIZE"  in make menuselect under<br>
> "Compiler Flags". This is generally required for VPS or any situation<br>
> where<br>
> the binary might be used on a slightly different CPU.<br>
<br>
Close! The compiler flag to disable is BUILD_NATIVE. It instructs GCC to<br>
build optimized for the CPU, if the binary is moved to a CPU that<br>
differs - it may or may not work depending on how close they are.<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div><br></div><div>Aya! That'll be the one :-)</div><div><br></div><div>-Barry</div><div><br></div></div></div></div>