From 0c7547e882d1bcc624e238c4c1c99a375931b199 Mon Sep 17 00:00:00 2001 From: x00405909 Date: Tue, 15 Jun 2021 21:13:23 +0800 Subject: [PATCH] modify build cflags Signed-off-by: x00405909 Change-Id: Id2eb9491b2021ab670867ca09a5f2b86e1593695 --- services/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index eab0e0e..06b7b2f 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -32,12 +32,6 @@ executable("appspawn") { "-ldl", ] - cflags = [ - "-Wall", - "-Wno-format", - "-Wno-format-extra-args", - ] - include_dirs = [ "include", "//utils/native/lite/include", -- Gitee