Skip to content

Instantly share code, notes, and snippets.

@mykeels
Created April 22, 2019 09:40
Show Gist options
  • Save mykeels/c03a6b736aeba6ead91d33990672ecc1 to your computer and use it in GitHub Desktop.
Save mykeels/c03a6b736aeba6ead91d33990672ecc1 to your computer and use it in GitHub Desktop.

Compiling with optimisations

gcc -O3 -funroll-loops pascal.c && time ./a.out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment