Document the compiler type and version used to build PB libs
Posted: Sun Nov 22, 2015 8:40 pm
Not really a feature request, maybe you want to move it under documention bugs even if not a bug ?
In any case, for 5.40 you wrote:
Updated: the Windows compiler to VC++ 2013 for better code generation
http://www.purebasic.fr/english/viewtop ... 32#p474532
Could you please add this info to the manual, add the same for the other platforms, and keep this updated in the future ?
Sometimes when I have to build a c/c++ library, using the same compiler version you used to build the PB libraries can make life a lot easier.
Less problems with unresolved symbols when linking, and sometime smaller executables.
Probably it's most useful to know this on Windows, but may be useful for linux and osx too.
Ideally the compiler flags used should be mentioned too, or maybe you could make accessible the make files used to build the package, or anything else useful to access this kind of information.
Thank you.
In any case, for 5.40 you wrote:
Updated: the Windows compiler to VC++ 2013 for better code generation
http://www.purebasic.fr/english/viewtop ... 32#p474532
Could you please add this info to the manual, add the same for the other platforms, and keep this updated in the future ?
Sometimes when I have to build a c/c++ library, using the same compiler version you used to build the PB libraries can make life a lot easier.
Less problems with unresolved symbols when linking, and sometime smaller executables.
Probably it's most useful to know this on Windows, but may be useful for linux and osx too.
Ideally the compiler flags used should be mentioned too, or maybe you could make accessible the make files used to build the package, or anything else useful to access this kind of information.
Thank you.