Repository : ssh://git@diktynna/doc On branches: backup-redmine/2023-06-10,main
commit ae0fc13fc2c09a87cd7499614ecac28961302664 Author: Sven Eckelmann sven@narfation.org Date: Fri May 12 15:18:41 2023 +0000
doc: devtools/Kernel_hacking_Debian_image
ae0fc13fc2c09a87cd7499614ecac28961302664 devtools/Kernel_hacking_Debian_image.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/Kernel_hacking_Debian_image.textile b/devtools/Kernel_hacking_Debian_image.textile index 62137ac4..1c132638 100644 --- a/devtools/Kernel_hacking_Debian_image.textile +++ b/devtools/Kernel_hacking_Debian_image.textile @@ -276,7 +276,7 @@ make KERNELPATH="$(pwd)/../linux-next" The kernel module can also be compiled in a way which creates better stack traces and increases the usability with (k)gdb:
<pre><code class="shell"> -make EXTRA_CFLAGS="-fno-inline -Og -fno-optimize-sibling-calls" KERNELPATH="$(pwd)/../linux-next" V=1 +make EXTRA_CFLAGS="-fno-inline -Og -fno-reorder-blocks -fno-ipa-cp-clone -fno-partial-inlining" KERNELPATH="$(pwd)/../linux-next" V=1 </code></pre>
h2. Start of the environment