Skip to content

Instantly share code, notes, and snippets.

@uyjulian
Created August 11, 2023 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uyjulian/dc83849708dbf260f949997d7a79eb1a to your computer and use it in GitHub Desktop.
Save uyjulian/dc83849708dbf260f949997d7a79eb1a to your computer and use it in GitHub Desktop.
for i in /usr/local/Cellar/mono/5.14.0.177/lib/mono/gac/*/*/*.dll; do mono -O=all --aot $i; done
mono -O=all --aot /usr/local/Cellar/mono/5.14.0.177/lib/mono/4.5/mscorlib.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment