Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / sqlite / sqlite.gyp
index c1ec3bc..6be9f53 100644 (file)
                 '-Wno-pointer-to-int-cast',
               ],
             }],
+            # Enable feedback-directed optimisation for sqlite when building in android.
+            ['android_webview_build == 1', {
+              'aosp_build_settings': {
+                'LOCAL_FDO_SUPPORT': 'true',
+              },
+            }],
           ],
         }],
       ],