Add small disclaimer for ./configure flag
Added a comment to make sure the user isn't accidently typing -03 instead of -O3.
This commit is contained in:
parent
a973f7e845
commit
dfacb13456
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -14,7 +14,7 @@ Dependencies:
|
|||
Basic *nix build instructions:
|
||||
./autogen.sh # only needed if building from git repo
|
||||
./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
|
||||
|
||||
Notes for AIX users:
|
||||
|
|
Loading…
Reference in a new issue