diff --git a/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java b/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java index 1529ea9820a7..8c1fda2f4521 100644 --- a/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java +++ b/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/SubstrateOptions.java @@ -684,7 +684,7 @@ private static void validateStripDebugInfo(HostedOptionKey optionKey) { } @Option(help = "Omit generation of DebugLineInfo originating from inlined methods") // - public static final HostedOptionKey OmitInlinedMethodDebugLineInfo = new HostedOptionKey<>(true); + public static final HostedOptionKey OmitInlinedMethodDebugLineInfo = new HostedOptionKey<>(false); @Option(help = "Specify maximum inlining depth to consider when building DebugCodeInfo") // public static final HostedOptionKey DebugCodeInfoMaxDepth = new HostedOptionKey<>(Integer.MAX_VALUE);