From 6011f974cd3d97761a9d3dd7cf4bebe3a21c151e Mon Sep 17 00:00:00 2001 From: fangyunzhong Date: Thu, 2 Nov 2023 21:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81=E5=BA=93=E5=8E=BB=E9=99=A4JS?= =?UTF-8?q?ON=5FUSE=5FEXCEPTION=E5=AE=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangyunzhong --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index f9013a9..5a506f6 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -86,7 +86,6 @@ ohos_static_library("jsoncpp_static") { ] public_configs = [ ":jsoncpp_public_config" ] cflags_cc = [ - "-DJSON_USE_EXCEPTION=0", "-Wall", "-Werror", "-Wno-implicit-fallthrough",