[CHANGE] remove MAC optimizations; optimize elsewhere
authorAndy Verprauskus <andy@ohloh.net>
Fri, 14 Aug 2009 05:16:34 +0000 (22:16 -0700)
committerAndy Verprauskus <andy@ohloh.net>
Fri, 14 Aug 2009 05:18:37 +0000 (22:18 -0700)
commit086e68f47a90bf36c66daa82ed731c7f07a18bae
tree03a52a2ef38455a96bfdbeac6419e16c492a1c0b
parente630ce3aa9a6f298bc48104ff7c91a28b51b525b
[CHANGE] remove MAC optimizations; optimize elsewhere

this is because the MAC optimizations only improve perf by about 5%
in my tests and it makes debugging harder. Optimizing elsewhere
to make ohcount fast for users. If you are developing for it and
want to debug, remove the -O directives from the CFLAGS
build