Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Use more effective compile flags
The ones added are pretty common, and useful. -O2 often gives a real performance boost. -g gives us the needed debug symbols, and makes it much easier to blame the coder :) N.B. -Wterror -Wextra -pedantic are (IMHO) of limited use, they just point to lesser errors, not the real ones.
- Loading branch information