More unsigned/signed compare fixes

This commit is contained in:
Igor Canadi
2014-04-29 12:47:48 -07:00
parent 38693d99c4
commit f1c9aa6ebe
3 changed files with 9 additions and 5 deletions

View File

@@ -181,6 +181,10 @@ release:
$(MAKE) clean
OPT="-DNDEBUG -O2" $(MAKE) static_lib $(PROGRAMS) -j32
release_shared_lib:
$(MAKE) clean
OPT="-DNDEBUG -O2" $(MAKE) shared_lib -j32
coverage:
$(MAKE) clean
COVERAGEFLAGS="-fprofile-arcs -ftest-coverage" LDFLAGS+="-lgcov" $(MAKE) all check -j32