Merge pull request #108 from dersand/master

Add small disclaimer for ./configure flag
This commit is contained in:
pooler 2016-08-21 17:49:26 +02:00 committed by GitHub
commit a0b83b521c

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: