A late comment on this:
On Wed, 2008-07-16 at 23:20 +0800, Alfred Peng wrote:
> # use --with-debug to enable debug build.
> # default: non-debug build
> %define with_debug %{?_with_debug:1}%{?!_with_debug:0}We have a macro defined for this in include/options.inc (included in Solaris.inc): %option_with_debug (also %option_without_debug) Please use that. Thanks, Laca
