From 84421df8a1775bb0bc1a683ab2e473278511f60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E6=B4=8B?= Date: Wed, 24 Jul 2024 16:27:53 +0800 Subject: [PATCH] =?UTF-8?q?cups=20=E5=86=85=E5=AD=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 袁洋 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 83c5128d..496ca345 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -252,6 +252,10 @@ config("cups_config") { "-Wno-int-conversion", "-D_FORTIFY_SOURCE=2", "-fstack-protector-all", + "-fdata-sections", + "-ffunction-sections", + "-fno-asynchronous-unwind-tables", + "-fno-unwind-tables", "-Os", ] }