Merge pull request #108 from dersand/master
Add small disclaimer for ./configure flag
This commit is contained in:
commit
a0b83b521c
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -14,7 +14,7 @@ Dependencies:
|
||||||
Basic *nix build instructions:
|
Basic *nix build instructions:
|
||||||
./autogen.sh # only needed if building from git repo
|
./autogen.sh # only needed if building from git repo
|
||||||
./nomacro.pl # only needed if building on Mac OS X or with Clang
|
./nomacro.pl # only needed if building on Mac OS X or with Clang
|
||||||
./configure CFLAGS="-O3"
|
./configure CFLAGS="-O3" # Make sure -O3 is an O and not a zero!
|
||||||
make
|
make
|
||||||
|
|
||||||
Notes for AIX users:
|
Notes for AIX users:
|
||||||
|
|
Loading…
Reference in a new issue