gem5.debug: a bit more gem5 specific info in section

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-05-07 05:00:04 +00:00
parent fefe2731a9
commit 5d41b3ba67

View File

@@ -12768,7 +12768,11 @@ In order to use different build options, you might also want to use <<gem5-build
==== gem5 debug build
Explained at: xref:debug-the-emulator[xrefstyle=full].
How to use it in LKMC: xref:debug-the-emulator[xrefstyle=full].
If you build gem5 with `scons build/ARM/gem5.debug`, then that is a `.debug` build.
It relates to the more common `.opt` build just as explained at xref:debug-the-emulator[xrefstyle=full]: both `.opt` and `.debug` have `-g`, but `.opt` uses `-O2` while `.debug` uses `-O0`.
==== gem5 fast build