Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Add TODO(#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 1, 2020
1 parent 6ce5e14 commit 8997174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_msvc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cl.exe /O2 /TC /Zi /W4 /nologo -DSTBI_ONLY_PNG -DSTB_IMAGE_IMPLEMENTATION /c stb

cl.exe %CXXFLAGS% %INCLUDES% /Fe"something.debug.exe" src/something.cpp ^
/link %LIBS% stb_image.obj -SUBSYSTEM:windows
rem TODO: No release build for MSVC
rem TODO(#254): No release build for MSVC
rem cl.exe %CXXFLAGS% /wd4505 %INCLUDES% /DSOMETHING_RELEASE /Fe"something.release.exe" ^
rem src/something.cpp /link %LIBS% baked_config.hpp -SUBSYSTEM:windows

0 comments on commit 8997174

Please sign in to comment.