Repository : ssh://git@diktynna/doc On branches: backup-redmine/2023-06-10,main
commit 6d4a3ba3f90d74ef6c11c56db1f88020b66409db Author: Sven Eckelmann sven@narfation.org Date: Sat Jun 10 11:26:05 2023 +0000
doc: devtools/Kernel_hacking_Debian_image
6d4a3ba3f90d74ef6c11c56db1f88020b66409db 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 1c132638..6671dcbe 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-reorder-blocks -fno-ipa-cp-clone -fno-partial-inlining" KERNELPATH="$(pwd)/../linux-next" V=1 +make EXTRA_CFLAGS="-fno-inline -Og -fno-optimize-sibling-calls -fno-reorder-blocks -fno-ipa-cp-clone -fno-partial-inlining" KERNELPATH="$(pwd)/../linux-next" V=1 </code></pre>
h2. Start of the environment