Bug 150571 - `make analyze` should build using the debug configuration
Summary: `make analyze` should build using the debug configuration
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dana Burkart
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-26 13:18 PDT by Dana Burkart
Modified: 2015-10-26 14:46 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.90 KB, patch)
2015-10-26 13:34 PDT, Dana Burkart
lforschler: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dana Burkart 2015-10-26 13:18:49 PDT
Currently, the 'analyze' target builds using the release configuration, which exposes many false positives in the analyzer results. In some cases, it even makes the build fail. This should be changed to use the debug configuration.
Comment 1 Dana Burkart 2015-10-26 13:19:17 PDT
rdar://problem/22459717
Comment 2 Dana Burkart 2015-10-26 13:34:36 PDT
Created attachment 264072 [details]
Patch

Patch added which changes the relevant Makefiles to set the debug configuration when building the analyze target.
Comment 3 Dana Burkart 2015-10-26 14:46:32 PDT
Committed r191601