Revise Visual Studio release build configuration
The release build configuration in Visual Studio need a revision. Currently, lib_debug
is included in all projects in the solution in both Release and Debug configuration (I assume that it should only be included in Debug). Also, the Release configuration does not automatically inject the RELEASE
symbol into options.h
which would be necessary to e.g. deactivate DEBUGGING
.