Subject: optimize matching -g still enables -DDEBUGING
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 14 Feb 2011 22:01:37 +0000 (23:01 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 14 Feb 2011 22:01:37 +0000 (23:01 +0100)
commit356123f1446a9063580d27c9464d5319412a5a71
tree4714ce323ebc2515e22269f1c8719e85d3933d5d
parentb66a639ce641c789116a34ff68d412d8cb085f02
Subject: optimize matching -g still enables -DDEBUGING
From: Nicholas Clark <nick@ccl4.org>
Date: Mon, 14 Feb 2011 16:01:49 +0000
Message-ID: <20110214160149.GU24189@plum.flirble.org>

INSTALL says this:

    =item -DEBUGGING=-g

    =item -Doptimize=-g

    Adds -g to optimize, but does not set -DDEBUGGING.

    (Note:  Your system may actually require something like cc -g2.
    Check your man pages for cc(1) and also any hint file for your system.)

However, we *aren't* compliant with our documentation, as currently
-Doptimize=-g (or anything containing -g) still causes -DDEBUGGING to be
added to the C flags.

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Configure