changeset 856:733f42839bfb

Add CFLAGS example to config.
author Rob Landley <rob@landley.net>
date Mon, 19 Oct 2009 14:21:11 -0500
parents 8a1c6271bbeb
children eee8e9fcb1dd
files config
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config	Mon Oct 19 02:34:52 2009 -0500
+++ b/config	Mon Oct 19 14:21:11 2009 -0500
@@ -129,9 +129,14 @@
 
 # export BINARY_PACKAGE_TARBALLS=1
 
-# Set this (and CFLAGS="-g") if you want debug symbols in your binaries.
+# Set this if you want debug symbols in your binaries.
 
 # export SKIP_STRIP=1
 
+# This isn't actually one of our variables, but a number of packages listen
+# to this to add extra debug info to their binaries.  (Use with SKIP_STRIP)
+
+# export CFLAGS="-g"
+
 # Define the C library used here. Default is uClibc
 # export C_LIBRARY=uClibc