Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCN] Cryptonite - NEW Thread! | 1st mini-blockchain coin | BOUNTIES!
by
pallas
on 11/07/2017, 08:42:26 UTC
- compile your own wallet with optimisations for your cpu (-march=native -O3)
Question:
Is this correct then:
Code:
./configure CFLAGS="-O3 -march=native" CXXFLAGS="-O3 -march=native"
?

yes but you may need to add other options, depending on your setup.