Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
4870206
Topic
427516
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!