Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -g flag to generate debuginfo on unix platforms (dotnet/corefx#24979
) The windows build already includes /Zi /Zl as part of commit 920fd2f (PR dotnet/corefx#7840). It looks like it was simply missed on Unix. This change also makes the native debug information closer to what CoreCLR does on all platforms. See dotnet/coreclr#3445 for more information. This is also needed for the end-to-end debuginfo generation as part of source-build. See dotnet/source-build#267 Commit migrated from dotnet/corefx@efe7652
- Loading branch information