Bug 150571

Summary: `make analyze` should build using the debug configuration
Product: WebKit Reporter: Dana Burkart <dburkart>
Component: Tools / TestsAssignee: Dana Burkart <dburkart>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, dburkart, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch lforschler: review+

Dana Burkart
Reported 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.
Attachments
Patch (1.90 KB, patch)
2015-10-26 13:34 PDT, Dana Burkart
lforschler: review+
Dana Burkart
Comment 1 2015-10-26 13:19:17 PDT
Dana Burkart
Comment 2 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.
Dana Burkart
Comment 3 2015-10-26 14:46:32 PDT
Committed r191601
Note You need to log in before you can comment on or make changes to this bug.