commit | 5bc62e01cd22ea1f56bde94b0616c46f8af2676e | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Feb 08 13:54:13 2012 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 24 13:36:05 2012 -0600 |
tree | b1d66b29b832f41f05fd6c6500f051a002bc2057 | |
parent | 45efb16124efef51de5157afc31984b5a47700f9 [diff] |
build: allow turning off debuginfo This patch adds --{enable,disable}-debug-info switches to configure which allows to include/exclude the '-g' switch on the gcc & ld command lines. Not building debug info reduces ressource usage (especially disk) alot and is quite useful for test builds. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>