#!/bin/sh

set -ex

scan-build ./configure --enable-debug   
make clean
scan-build --keep-cc make -j 8
