something icon indicating copy to clipboard operation
something copied to clipboard

No release build for MSVC

Open rexim opened this issue 5 years ago • 2 comments

cl.exe %CXXFLAGS% /wd4505 %INCLUDES% /DSOMETHING_RELEASE /Fe"something.release.exe" ^

src/something.cpp /link %LIBS% baked_config.hpp -SUBSYSTEM:windows

rexim avatar Nov 01 '20 07:11 rexim

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 avatar Nov 08 '20 16:11 kolumb

@kolumb I don't really know what causes that error I just snitched up the TODO from the build_msvc.bat: 8997174b85

rexim avatar Nov 16 '20 11:11 rexim