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:
Erik Lilja 2016-08-21 15:16:34 +02:00
parent a973f7e845
commit dfacb13456

2
README
View file

@ -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: