diff --git a/src/debuginfo/mod.rs b/src/debuginfo/mod.rs index c1d96183ea4..f39bae2388c 100644 --- a/src/debuginfo/mod.rs +++ b/src/debuginfo/mod.rs @@ -48,7 +48,9 @@ impl<'tcx> DebugContext<'tcx> { version: if tcx.sess.target.target.options.is_like_osx { 3 } else { - 5 + // FIXME change to version 5 once the gdb and lldb shipping with the latest debian + // support it. + 4 }, address_size, };