From 88e2e7e03e82e4fe0e9dafefc058fc93be676132 Mon Sep 17 00:00:00 2001 From: Sudhanshu Singh Date: Mon, 13 Jan 2025 22:27:33 +0530 Subject: [PATCH] Remove codegen_gcc_lto_not_supported in messages.flt --- messages.ftl | 3 --- 1 file changed, 3 deletions(-) diff --git a/messages.ftl b/messages.ftl index 85fa17a6ba5..882fff8673a 100644 --- a/messages.ftl +++ b/messages.ftl @@ -5,9 +5,6 @@ codegen_gcc_unknown_ctarget_feature_prefix = codegen_gcc_invalid_minimum_alignment = invalid minimum global alignment: {$err} -codegen_gcc_lto_not_supported = - LTO is not supported. You may get a linker error. - codegen_gcc_forbidden_ctarget_feature = target feature `{$feature}` cannot be toggled with `-Ctarget-feature`: {$reason}