CodeLite v 16, latest stable
OS is Windows 10
Build System CMake
I found a strange thing, ld.exe would complain missing library if I used debug version of wxWidgets. So I spent hours trying to figure out. Down a rabbit trail I found something useful that might be key to my puzzle. wx-config.exe is not spitting out debug version of library even when debug option is specified. It will always spit release version.
See the image for more information.
Is this a bug or I'm doing something wrong?
Thanks