We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd87cd commit ff35621Copy full SHA for ff35621
CMakeLists.txt
@@ -49,7 +49,7 @@ option(FILAMENT_SUPPORTS_OSMESA "Enable OSMesa (headless GL context) for Filamen
49
50
option(FILAMENT_ENABLE_FGVIEWER "Enable the frame graph viewer" OFF)
51
52
-option(FILAMENT_ENABLE_INIT_GL_WARNINGS_FOR_OPTIMIZED_BUILD "Enable GL error warnings during init in optimized builds" ON)
+option(FILAMENT_ENABLE_INIT_GL_WARNINGS_FOR_OPTIMIZED_BUILD "Enable GL error warnings during init in optimized builds" OFF)
53
54
set(FILAMENT_NDK_VERSION "" CACHE STRING
55
"Android NDK version or version prefix to be used when building for Android."
0 commit comments