Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
20064412
Topic
1801595
Board
Announcements (Altcoins)
Re: [ANN][XCN] Cryptonite - NEW Thread! | 1st mini-blockchain coin | BOUNTIES!
by
pallas
on
11/07/2017, 08:42:26 UTC
Quote from: HamiltonWDS on July 11, 2017, 08:26:33 AM
Quote from: pallas on July 11, 2017, 08:12:51 AM
- 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.