Skip to content

Commit ff35621

Browse files
author
Daisuke Kasuga
committed
Set OFF by default to FILAMENT_ENABLE_INIT_GL_WARNINGS_FOR_OPTIMIZED_BUILD
1 parent 6fd87cd commit ff35621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ option(FILAMENT_SUPPORTS_OSMESA "Enable OSMesa (headless GL context) for Filamen
4949

5050
option(FILAMENT_ENABLE_FGVIEWER "Enable the frame graph viewer" OFF)
5151

52-
option(FILAMENT_ENABLE_INIT_GL_WARNINGS_FOR_OPTIMIZED_BUILD "Enable GL error warnings during init in optimized builds" ON)
52+
option(FILAMENT_ENABLE_INIT_GL_WARNINGS_FOR_OPTIMIZED_BUILD "Enable GL error warnings during init in optimized builds" OFF)
5353

5454
set(FILAMENT_NDK_VERSION "" CACHE STRING
5555
"Android NDK version or version prefix to be used when building for Android."

0 commit comments

Comments
 (0)