Skip to content

Compile with -rdynamic for UNIXCOMMON platforms

SteelT requested to merge unix-rdynamic into next

This merge request changes it so rdynamic is used when compiling for UNIXCOMMON platforms, allowing functions name to be viable in the crash log. This do mean the final executable will be bigger, but only slightly. Seems to be a .2mb increase in size for my own builds.

Merge request reports