add -Wall for exe

This commit is contained in:
Doug MacEachern 2005-12-15 20:23:33 +00:00
parent 0f465e7851
commit 2750b0b50c
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@
<exec executable="${jni.compiler}"
dir="${jni.source.dir}"
failonerror="true">
<arg value="-Wall"/>
<arg value="-Werror"/>
<arg value="-ldl"/>
<arg value="-I./include"/>
<arg value="src/sigar_main.c"/>