This adds more compiler hardening flags (and fixes all of the issues

found in the process).
This commit is contained in:
Brian Aker
2012-09-19 23:38:41 -07:00
parent 1cfd4e01cb
commit 5fce4edb68
36 changed files with 930 additions and 163 deletions

View File

@ -5,7 +5,7 @@
# make sure current config is ok
echo -e "\n\nTesting current config...\n\n"
make -j 8 test;
make clean; make -j 8 test;
RESULT=$?
[ $RESULT -ne 0 ] && echo -e "\n\nCurrent config make test failed" && exit 1