aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/protobuf/patches/disable-utf8-validation.patch
blob: 454b0f27859e2f2c8057aee494452cdf531dd930 (plain) (blame)
1
2
3
4
5
6
--- a/src/google/protobuf/wire_format_lite.h	(index)
+++ b/src/google/protobuf/wire_format_lite.h	(working tree)
@@ -46,3 +46,0 @@
-#ifndef NDEBUG
-#define GOOGLE_PROTOBUF_UTF8_VALIDATION_ENABLED
-#endif