https://bugs.webkit.org/show_bug.cgi?id=150571
Reviewed by Lucas Forschler.
.:
* Makefile.shared:
WebKitLibraries:
* Makefile:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@191601
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-10-26 Dana Burkart <dburkart@apple.com>
+
+ `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 <pnormand@igalia.com>
Unreviewed, rolling out r191576.
( $(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
+2015-10-26 Dana Burkart <dburkart@apple.com>
+
+ `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 <yoav@yoav.ws>
Rename the PICTURE_SIZES flag to CURRENTSRC
@$(MAKE) libs
analyze:
- $(SCRIPTS_PATH)/set-webkit-configuration --release
+ $(SCRIPTS_PATH)/set-webkit-configuration --debug
@$(MAKE) libs
clean: