Changed compiler flags to give out lot of warnings

This commit is contained in:
pelya
2011-07-04 14:08:53 +03:00
parent 1baeccdd17
commit 2d4a420797
5 changed files with 5 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
make -j4 2>&1 | tee build.log
make -j1 2>&1 | tee build.log
[ -f libapplication.so ] || exit 1
exit 0