Post
Topic
Board Mining (Altcoins)
Re: [MTS] Noobproof VPS Metiscoin Pool Mining All-In-One EZ Setup Script [+Turbo]
by
thediglio
on 01/02/2014, 08:17:02 UTC
The problem is with this line:

Code:
CFLAGS="-march=native -mtune=native" make

Remove the -march=native part to make it

Code:
CFLAGS="-mtune=native" make

and you're golden. Worked for me anyway. Good luck!