Skip to content

Instantly share code, notes, and snippets.

@AlexFolland
Created July 27, 2017 08:56
Show Gist options
  • Save AlexFolland/dbdd758568ebdc9b003470b5f8e47b4a to your computer and use it in GitHub Desktop.
Save AlexFolland/dbdd758568ebdc9b003470b5f8e47b4a to your computer and use it in GitHub Desktop.
#!/bin/sh
cd $(cd -P -- "$(dirname -- "$0")" && pwd -P)
./config.sh --platform win64 --enable-libsdl2 --enable-release --enable-verbose --optimize-size --enable-debytecode
make clean
make -j8
read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment