From 0f1897a6d86b0e477e6b71643c373b33a9d60cba Mon Sep 17 00:00:00 2001 From: Eduardo Mayorga Date: Apr 30 2018 09:18:42 +0000 Subject: Add #119 'MinGW MiniDebugInfo' --- diff --git a/en-US/developers/Development_Tools.adoc b/en-US/developers/Development_Tools.adoc index a10572c..df09301 100644 --- a/en-US/developers/Development_Tools.adoc +++ b/en-US/developers/Development_Tools.adoc @@ -25,3 +25,9 @@ Compared to previous releases, the following changes have been made to the way p * On x86-64, binaries have been built in such a way that they will support Control Flow Enforcement Technology (CET) in the future. * On systems which support memory protection keys, lazy binding now uses a read-only GOT. * By default the toolchain generates PIE executables to further harden Fedora executables from attacks. + +[[sect-mingw-debuginfo]] +== DebugInfo Included by Default in MinGW Binaries + +MinGW binaries contain symbol names by default to allow for easier debugging of Windows applications cross-compiled from Fedora. +Full debug information is still available in the `debuginfo` packages.