diff --git a/src/sentry_transport.c b/src/sentry_transport.c index 07310e096..238aa74df 100644 --- a/src/sentry_transport.c +++ b/src/sentry_transport.c @@ -5,7 +5,7 @@ #include "sentry_ratelimiter.h" #include "sentry_string.h" -// 强制开启 SENTRY_TRANSPORT_COMPRESSION +// 强制开启 SENTRY_TRANSPORT_COMPRESSION,并使用 crashpad 中的 zlib #ifndef SENTRY_TRANSPORT_COMPRESSION # define SENTRY_TRANSPORT_COMPRESSION #endif // !SENTRY_TRANSPORT_COMPRESSION