From 726d4fafd98f1e84180a5cc26fb921738ea3a2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=9D=B0?= Date: Fri, 10 Feb 2023 02:55:29 +0000 Subject: [PATCH] update musl_template.gni. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈杰 --- musl_template.gni | 1 - 1 file changed, 1 deletion(-) diff --git a/musl_template.gni b/musl_template.gni index ce80d580..b616d6c9 100644 --- a/musl_template.gni +++ b/musl_template.gni @@ -240,7 +240,6 @@ template("musl_libs") { "-O3", "-funroll-loops", "-funwind-tables", - "-fno-omit-frame-pointer", # The following flags are for avoiding errors when compiling. "-Wno-unused-parameter", -- GitLab