#! /bin/sh

. $(dirname $0)/cxx-common.sh

cxx=$(hilti-config --cxx)
ldflags=$(hilti-config --ldflags ${debug})

exec ${cxx} $@ ${ldflags}
