diff --git a/cmake/targets/BuildBun.cmake b/cmake/targets/BuildBun.cmake index f43efff42f..72f671976d 100644 --- a/cmake/targets/BuildBun.cmake +++ b/cmake/targets/BuildBun.cmake @@ -909,6 +909,7 @@ if(NOT WIN32) -Werror=sometimes-uninitialized -Werror=unused -Wno-unused-function + -Wno-c++23-lambda-attributes -Wno-nullability-completeness -Werror ) @@ -925,6 +926,7 @@ if(NOT WIN32) -Werror=nonnull -Werror=move -Werror=sometimes-uninitialized + -Wno-c++23-lambda-attributes -Wno-nullability-completeness -Werror ) diff --git a/cmake/tools/SetupZig.cmake b/cmake/tools/SetupZig.cmake index 2de33023f3..15f3da3d5c 100644 --- a/cmake/tools/SetupZig.cmake +++ b/cmake/tools/SetupZig.cmake @@ -20,7 +20,7 @@ else() unsupported(CMAKE_SYSTEM_NAME) endif() -set(ZIG_COMMIT "cd1995944508e4c946deb75bd70947d302e0db37") +set(ZIG_COMMIT "deab5c9e7526de0a47b449c5545c3a0f66ebc3c8") optionx(ZIG_TARGET STRING "The zig target to use" DEFAULT ${DEFAULT_ZIG_TARGET}) if(CMAKE_BUILD_TYPE STREQUAL "Release")