Skip to content

Commit

Permalink
slightly better format
Browse files Browse the repository at this point in the history
  • Loading branch information
sling00 authored Feb 20, 2017
1 parent 821036b commit a6903e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ Build
#### Basic *nix build instructions:
* ./autogen.sh # only needed if building from git repo
* Optimal GCC flags are built in - you only need to use -march=native if you want it
* # Use -march=native if building for a single machine
* With AES-NI:
* CFLAGS="*-march=native*" ./configure
* Without AES-NI:
* CFLAGS="*-march=native*" ./configure --disable-aes-ni
* # Use -march=native if building for a single machine

* make

#### Architecture-specific notes:
Expand Down

0 comments on commit a6903e8

Please sign in to comment.