#!/hint/bash
# shellcheck disable=2034

# disable debug builds
OPTIONS=(!debug)

# vim: set ft=sh ts=2 sw=2 et: