#!/bin/sh

optimize='OO'; case "$*" in *--debug*) unset optimize; esac
# Launch live-installer with all passed arguments (future reserved)
python3 -tt${optimize} /usr/lib/live-installer/main.py "$@"
