Lines Matching refs:VERIFY
45 VERIFY="y"
149 elif [ "x$1" = "x--no-verify" ]; then
150 VERIFY="n"
190 if [ "$VERIFY" = "y" ]; then
201 if [ "$VERIFY" = "y" ]; then
264 if [ "$VERIFY" = "y" ] ; then
267 COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-none"
274 if [ "$VERIFY" = "y" ] ; then
275 COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-at-runtime"
277 COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-none"