change -Og to -O0 in readme.txt
This commit is contained in:
parent
cb91c25253
commit
45c4c1d1e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
While debugging, it is useful to disable optimizations and enable debugging
|
||||||
information. In "make-build.sh", under COMMON_CC_EXTRA_FLAGS, you can change
|
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 -r build
|
||||||
rm build.ninja
|
rm build.ninja
|
||||||
sh make-build.sh
|
sh make-build.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue