We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcb3d4 commit bfcffb3Copy full SHA for bfcffb3
CMakeLists.txt
@@ -14,7 +14,7 @@ option(BACKEND_TYPE "Select WAYLAND, DRM-GBM, DRM-EGLSTREAM, or X11 as the displ
14
option(USE_DIRTY_REGION_MANAGEMENT "Use Flutter dirty region management" ON)
15
option(USE_GLES3 "Use OpenGL ES3 (default is OpenGL ES2)" OFF)
16
option(ENABLE_EGL_ALPHA_COMPONENT_OF_COLOR_BUFFER "Enable alpha component of the EGL color buffer" ON)
17
-option(ENABLE_VSYNC "Enable embedder vsync" OFF)
+option(ENABLE_VSYNC "Enable embedder vsync" ON)
18
option(BUILD_ELINUX_SO "Build .so file of elinux embedder" OFF)
19
option(ENABLE_ELINUX_EMBEDDER_LOG "Enable logger of eLinux embedder" ON)
20
option(FLUTTER_RELEASE "Build Flutter Engine with release mode" OFF)
0 commit comments