aboutsummaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/glibc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 498450cb..39ab7930 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -172,6 +172,13 @@ config GLIBC_CONFIGPARMS
Note: If you need to pass more than one value, separate them with
'\n'. Eg.: var1=val1\nvar2=val2
+config GLIBC_ENABLE_DEBUG
+ bool
+ default y
+ prompt "Enable debug symbols"
+ help
+ Compile glibc using -g modifier.
+
config GLIBC_EXTRA_CFLAGS
string
prompt "extra target CFLAGS"