When I try to build GO with debug
cmake -DUNICODE=1 -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles"
I receive an error message, because the package xGTK-devel from the Fedora repository comes without debuginfo.
After commenting out some lines in CMakeWxWidgetsInclude.txt that check wxWidgets_USE_DEBUG, I'm able to build and debug GO.
Coud you please eliminate checking wxWidgets_USE_DEBUG in the standard CMakeWxWidgetsInclude.txt?
Build system has changed. Only Release-Builds with Debug info are supported.