Title: [224926] trunk
Revision
224926
Author
[email protected]
Date
2017-11-16 11:07:35 -0800 (Thu, 16 Nov 2017)

Log Message

[WPE] Expose ENABLE_JIT and USE_SYSTEM_MALLOC options
https://bugs.webkit.org/show_bug.cgi?id=179730

Reviewed by Carlos Alberto Lopez Perez.

* Source/cmake/OptionsWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (224925 => 224926)


--- trunk/ChangeLog	2017-11-16 18:47:50 UTC (rev 224925)
+++ trunk/ChangeLog	2017-11-16 19:07:35 UTC (rev 224926)
@@ -1,3 +1,12 @@
+2017-11-16  Michael Catanzaro  <[email protected]>
+
+        [WPE] Expose ENABLE_JIT and USE_SYSTEM_MALLOC options
+        https://bugs.webkit.org/show_bug.cgi?id=179730
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        * Source/cmake/OptionsWPE.cmake:
+
 2017-11-15  Carlos Garcia Campos  <[email protected]>
 
         [WPE] Add initial support for WebDriver

Modified: trunk/Source/cmake/OptionsWPE.cmake (224925 => 224926)


--- trunk/Source/cmake/OptionsWPE.cmake	2017-11-16 18:47:50 UTC (rev 224925)
+++ trunk/Source/cmake/OptionsWPE.cmake	2017-11-16 19:07:35 UTC (rev 224926)
@@ -15,8 +15,10 @@
 # changing the value of the option.
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ACCELERATED_2D_CANVAS PUBLIC OFF)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA PUBLIC OFF)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_JIT PUBLIC ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBDRIVER PUBLIC ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_XSLT PUBLIC ON)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(USE_SYSTEM_MALLOC PUBLIC OFF)
 
 # Private options shared with other WebKit ports. Add options here only if
 # we need a value different from the default defined in WebKitFeatures.cmake.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to