QTAntimony won't compile in Release mode
Antimony is a human-readable, human-writable model definition language
Brought to you by:
luciansmith,
o0u812
Solved via
https://stackoverflow.com/questions/39689162/qt-project-in-visual-studio-2015-unresolved-external-symbol-wwinmain
and
https://stackoverflow.com/questions/18067870/what-option-do-i-set-to-use-main-instead-of-wmain
namely: add 'mainCRTStartup' to Visual Studio/QTAntimony/Properties/Linker/Advanced/Entry point
Still need to figure out how to do this in CMake, so others don't run into the issue.