Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Add a commented out CFLAGS for developing
- Use -DDEBUG - Use -O0 instead of -Os, since Os includes -O2, a thing that makes using a debugger harder due to a changed order of computation and an inability to inspect variables that got optimized.
- Loading branch information