fix(glaze): Disable dev mode

Glaze dev mode brings in boost as a dependency. We are trying to remove
boost as a dependencty due to its weight. We disable dev mode to relax
this dependency requirment
This commit is contained in:
2025-12-06 08:11:41 -05:00
parent 47761aaa3d
commit 2a687ec512
2 changed files with 14 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ glaze_cmake_options.add_cmake_defines({
'CMAKE_INSTALL_INCLUDEDIR': get_option('includedir'),
'CMAKE_POSITION_INDEPENDENT_CODE': 'ON',
'galze_BUILD_EXAMPLES': 'OFF',
'glaze_DEVELOPER_MODE': 'OFF',
})
glaze_sp = cmake.subproject(