Title: [191601] trunk
Revision
191601
Author
[email protected]
Date
2015-10-26 14:45:23 -0700 (Mon, 26 Oct 2015)

Log Message

`make analyze` should build using the debug configuration
https://bugs.webkit.org/show_bug.cgi?id=150571

Reviewed by Lucas Forschler.

.:

* Makefile.shared:

WebKitLibraries:

* Makefile:

Modified Paths

Diff

Modified: trunk/ChangeLog (191600 => 191601)


--- trunk/ChangeLog	2015-10-26 21:41:36 UTC (rev 191600)
+++ trunk/ChangeLog	2015-10-26 21:45:23 UTC (rev 191601)
@@ -1,3 +1,12 @@
+2015-10-26  Dana Burkart  <[email protected]>
+
+        `make analyze` should build using the debug configuration
+        https://bugs.webkit.org/show_bug.cgi?id=150571
+
+        Reviewed by Lucas Forschler.
+
+        * Makefile.shared:
+
 2015-10-26  Philippe Normand  <[email protected]>
 
         Unreviewed, rolling out r191576.

Modified: trunk/Makefile.shared (191600 => 191601)


--- trunk/Makefile.shared	2015-10-26 21:41:36 UTC (rev 191600)
+++ trunk/Makefile.shared	2015-10-26 21:45:23 UTC (rev 191601)
@@ -51,7 +51,7 @@
 	( $(SET_COLOR_DIAGNOSTICS_ARG); xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) | $(OUTPUT_FILTER) && exit $${PIPESTATUS[0]} )
 
 analyze:
-	$(SCRIPTS_PATH)/set-webkit-configuration --release $(ASAN_OPTION)
+	$(SCRIPTS_PATH)/set-webkit-configuration --debug $(ASAN_OPTION)
 ifndef PATH_TO_SCAN_BUILD
 	( $(SET_COLOR_DIAGNOSTICS_ARG); xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) RUN_CLANG_STATIC_ANALYZER=YES | $(OUTPUT_FILTER) && exit $${PIPESTATUS[0]} )
 else

Modified: trunk/WebKitLibraries/ChangeLog (191600 => 191601)


--- trunk/WebKitLibraries/ChangeLog	2015-10-26 21:41:36 UTC (rev 191600)
+++ trunk/WebKitLibraries/ChangeLog	2015-10-26 21:45:23 UTC (rev 191601)
@@ -1,3 +1,12 @@
+2015-10-26  Dana Burkart  <[email protected]>
+
+        `make analyze` should build using the debug configuration
+        https://bugs.webkit.org/show_bug.cgi?id=150571
+
+        Reviewed by Lucas Forschler.
+
+        * Makefile:
+
 2015-10-20  Yoav Weiss  <[email protected]>
 
         Rename the PICTURE_SIZES flag to CURRENTSRC

Modified: trunk/WebKitLibraries/Makefile (191600 => 191601)


--- trunk/WebKitLibraries/Makefile	2015-10-26 21:41:36 UTC (rev 191600)
+++ trunk/WebKitLibraries/Makefile	2015-10-26 21:45:23 UTC (rev 191601)
@@ -23,7 +23,7 @@
 	@$(MAKE) libs
 
 analyze:
-	$(SCRIPTS_PATH)/set-webkit-configuration --release
+	$(SCRIPTS_PATH)/set-webkit-configuration --debug
 	@$(MAKE) libs
 
 clean:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to