Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Last active July 27, 2018 17:00
Show Gist options
  • Save a1exlism/56b843279921d72bccfcaf2dae3c7832 to your computer and use it in GitHub Desktop.
Save a1exlism/56b843279921d72bccfcaf2dae3c7832 to your computer and use it in GitHub Desktop.

stackoverflow e.g.gcc -O3 and the gcc optimiser found that some of your variables were redundant in some way that allowed them to be optimised away.

e.g.gcc -O0 Compile with optimisation disabled, if you want to see such variables (this is generally a good idea for debug builds in any case).

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