search for: c32bc63

Displaying 1 result from an estimated 1 matches for "c32bc63".

Did you mean: c32bc632
2019 Jan 20
0
[klibc:master] Kbuild: Enable full debug information
...l debug information (-ggdb). We still strip it away before installing by default. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- scripts/Kbuild.klibc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc index 5a4b71e..c32bc63 100644 --- a/scripts/Kbuild.klibc +++ b/scripts/Kbuild.klibc @@ -68,7 +68,8 @@ include $(srctree)/scripts/Kbuild.include KLIBCREQFLAGS := $(call cc-option, -fno-stack-protector, ) \ $(call cc-option, -fwrapv, ) \ - $(call cc-option, -fno-PIE, ) +...