comparison config @ 1200:8651437b2b44

Add DEBUG_PACKAGE config variable to build just one package with CPUS=1.
author Rob Landley <rob@landley.net>
date Tue, 10 Aug 2010 00:04:30 -0500
parents 9211775aea66
children 8a88cae14011
comparison
equal deleted inserted replaced
1199:9211775aea66 1200:8651437b2b44
149 149
150 # Force a specific number of CPUs instead of autodetecting. 150 # Force a specific number of CPUs instead of autodetecting.
151 151
152 # export CPUS=1 152 # export CPUS=1
153 153
154 # If set, list of packages to build with CPUS=1. (Faster than setting CPUS=1
155 # for the whole build if you know ahead of time which package is going to
156 # break.)
157
158 # export DEBUG_PACKAGE=bash,busybox
159
154 # This isn't actually one of our variables, but a number of packages listen 160 # This isn't actually one of our variables, but a number of packages listen
155 # to this to add extra debug info to their binaries. (Use with SKIP_STRIP) 161 # to this to add extra debug info to their binaries. (Use with SKIP_STRIP)
156 162
157 # export CFLAGS="-g -pipe" 163 # export CFLAGS="-g -pipe"