From fdf29b4b01231c746f7697365fcd7bd57d154365 Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 24 Jan 2003 01:09:11 +0000 Subject: Add debug to config system. enabling/disabling this option alters a toplevel gen.pro file, which alters the CONFIG parameter in the .pro files. In this way you can enable/disable debug builds globally via the config system. --- (limited to 'config.in') diff --git a/config.in b/config.in index 8559e73..97e1e80 100644 --- a/config.in +++ b/config.in @@ -38,6 +38,10 @@ config OPTIMIZE boolean "Use optimizations" default "y" if ! TARGET_X86 +config DEBUG + boolean "Enable debug builds" + default "n" + config SPECFILE string default "qws/linux-generic-g++" if TARGET_X86 && (! X11) -- cgit v0.9.0.2