change -Og to -O0 in readme.txt

This commit is contained in:
Benji Dial 2025-12-20 15:45:32 -05:00
parent cb91c25253
commit 45c4c1d1e1

View file

@ -45,7 +45,7 @@ be attached to it. Use "c" or "continue" in GDB to start execution.
While debugging, it is useful to disable optimizations and enable debugging
information. In "make-build.sh", under COMMON_CC_EXTRA_FLAGS, you can change
"-O3" to "-Og -ggdb". Then, run these commands to rebuild:
"-O3" to "-O0 -ggdb". Then, run these commands to rebuild:
rm -r build
rm build.ninja
sh make-build.sh