Rename testing build configuration to release+assert, and add new testing build configuration.
https://bugs.webkit.org/show_bug.cgi?id=205954

Reviewed by Yusuke Suzuki.

.:

"make release-assert" builds a release build with ASSERT_ENABLED=1.
"make testing" builds a debug build with clang optimization level forced to -O3.

* Makefile:
* Makefile.shared:
* Source/Makefile:

Source/ThirdParty:

* Makefile:

Tools:

Added a --force-opt shortcut for the --force-optimization-level option of
set-webkit-configuration.  This makes it less painful to type this on the command
line for those of us who would like to use this option often in our local builds.

* Makefile:
* Scripts/set-webkit-configuration:

WebKitLibraries:

* Makefile:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@254227 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 3247ab24..595ae9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2020-01-08  Mark Lam  <mark.lam@apple.com>
+
+        Rename testing build configuration to release+assert, and add new testing build configuration.
+        https://bugs.webkit.org/show_bug.cgi?id=205954
+
+        Reviewed by Yusuke Suzuki.
+
+        "make release-assert" builds a release build with ASSERT_ENABLED=1.
+        "make testing" builds a debug build with clang optimization level forced to -O3.
+
+        * Makefile:
+        * Makefile.shared:
+        * Source/Makefile:
+
 2020-01-08  Keith Miller  <keith_miller@apple.com>
 
         Fix testing Makefile to inherit preprocessor definitions