Abdelrazak Younes wrote:
Linking of executables that were compiled with different sets of compiler flags is, ummmm, problematic on Windows.
I think you should precise "on Microsoft Compilers". I don't think this apply to Mingw. At least with LyX, I never had any problem linking code with debug info and code without. I confirm that on VC++ 6.0, linking a program with debug info with a library without any leads to weird problem.
Sorry, but I had this problem only on MinGW. (Hence the autotools configuration magic.) I used a Visual Studio solution file to control the generation of the .exe with MSVC.
Of course, as I added to the bottom of my mail, I'd add this stuff only if you find that there is a need for it. It's just something to be aware of, that's all. (Like line endings :))
Angus
