From 2e25b2d83386f9e3f876edd27cafe3017827d74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Mon, 13 Apr 2026 08:42:19 +0900 Subject: [PATCH] Generate line number info in ilc and crossgen Fixes #126793. --- src/coreclr/tools/aot/AotCompilerCommon.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/tools/aot/AotCompilerCommon.props b/src/coreclr/tools/aot/AotCompilerCommon.props index fc8657654b65c2..800a9cff0cc9f6 100644 --- a/src/coreclr/tools/aot/AotCompilerCommon.props +++ b/src/coreclr/tools/aot/AotCompilerCommon.props @@ -8,6 +8,7 @@ true false false + true