dosbox-x/vs/opencow/configure-for-release.sh

3 lines
106 B
Bash

#!/bin/sh
exec cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="$(dirname $0)"/toolchain.cmake $*