something
something copied to clipboard
No release build for MSVC
cl.exe %CXXFLAGS% /wd4505 %INCLUDES% /DSOMETHING_RELEASE /Fe"something.release.exe" ^
src/something.cpp /link %LIBS% baked_config.hpp -SUBSYSTEM:windows
When I try to compile release build I get this error:
something.cpp
baked_config.hpp : fatal error LNK1107: invalid or corrupt file: cannot read at 0x143C
@kolumb I don't really know what causes that error I just snitched up the TODO from the build_msvc.bat: 8997174b85