From 643cc68531ee47916fd0d7b2e5ff7de45685a05e Mon Sep 17 00:00:00 2001 From: i-wangliangliang Date: Fri, 8 Jul 2022 14:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E9=80=9A=E7=94=A8=E7=BC=96=E8=AF=91=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: i-wangliangliang Change-Id: I1468b4925f8347db07c935d0b49ccdd1fa5f6735 --- services/source/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index b3598ed..09fd044 100644 --- a/services/source/BUILD.gn +++ b/services/source/BUILD.gn @@ -27,5 +27,4 @@ static_library("bootstrap") { "//third_party/bounds_checking_function/include", ] } - cflags = [ "-Wall" ] } -- Gitee