diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/sharprom-compatible.conf | 2 | ||||
| -rw-r--r-- | conf/local.conf.sample | 15 |
2 files changed, 12 insertions, 5 deletions
diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf index 0e8e272b11..caee288305 100644 --- a/conf/distro/sharprom-compatible.conf +++ b/conf/distro/sharprom-compatible.conf @@ -57,7 +57,7 @@ PREFERRED_VERSION_glibc = "2.2.5" PREFERRED_VERSION_linux-libc-headers = "2.4.18" IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0" -#INHIBIT_PACKAGE_STRIP = "1" +#PACKAGE_STRIP = "no" # # Opie diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 2cff53bc1b..af20c93254 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -124,11 +124,18 @@ IMAGE_FSTYPES = "jffs2 tar" # Uncomment this if you want BitBake to emit debugging output # BBDEBUG = "yes" -# Uncomment these two if you want BitBake to build images useful for debugging. -# Note that INHIBIT_PACKAGE_STRIP needs a package format to be defined. -# Also note that OE now produces -dbg packages which contain debugging symbols. +# Use DEBUG_BUILD to build packages with DEBUG_OPTIMIZATION instead of +# FULL_OPTIMIZATION. +# # DEBUG_BUILD = "1" -# INHIBIT_PACKAGE_STRIP = "1" + +# If you want to have unstripped ready-to-debug binaries, set this to "no", +# although for debugging you can use automatically produced -dbg packages. +# If you need to have completely undebuggable builds, set this to "full", +# by default gnu.debuglink section is left in the binaries after stripping, so +# this might be useful if you want to have checksum-level binary consistency +# across successive builds. +# PACKAGE_STRIP = "no" # Uncomment these to build a package such that you can use gprof to profile it. # NOTE: This will only work with 'linux' targets, not |
