Compilation flags:
- Optimize:
-O2 - Useful Warnings:
-Wall - Debug Info:
-g - Warnings as Errors:
-Werror - Link Static:
-static
Can execute output normally, or with valgrind (only runs with --leak-check=full option for now).
Get it from the releases, or create one yourself:
pyinstaller --onefile --windowed --icon=skull.ico --add-data "skull.ico;." run.py