feature update bat for build project

This commit is contained in:
alves
2025-12-09 13:09:07 +08:00
parent dd438f7f74
commit 7c88cd127a
2 changed files with 3 additions and 1 deletions

View File

@@ -103,6 +103,8 @@ option(SLIC3R_ASAN "Enable ASan on Clang and GCC" 0)
# Sentry crash reporting - enabled only on Windows by default
if (WIN32)
set(SLIC3R_SENTRY_DEFAULT ON)
elseif (APPLE)
set(SLIC3R_SENTRY_DEFAULT ON)
else()
set(SLIC3R_SENTRY_DEFAULT OFF)
endif()