9prady9
changed the title
WIP: Dump debug symbols into separate files from binaries
Dump debug symbols into separate files from binaries
* Linux systems will created separate `lib<target>`.debug files with debug symbols of respective backend binaries. * Windows by default splits debug symbols into pdb files. * OSX debug symbol files are not generated - DISABLED for now OSX support will added later. Component based installers will have *_debug_symbols component(s) disabled(not-installed) by default. The user has to explicitly select them during installation. The idea is to skip installation on these components on deployment systems and have them installed on development systems.