Replies: 2 comments
-
Hello, thank you for the advice and usage information, but this is not an issue. Please share these kinds of things in the Discussions section. |
Beta Was this translation helpful? Give feedback.
0 replies
-
0.80 x64: 23KB |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/gildor2/UEViewer/wiki/Using-MSVCRT.DLL-with-Visual-Studio-compiler
key options for compiler:
/D "_NO_CRT_STDIO_INLINE" /O1 /Os /Ob2 /Oy /Oi /GF /MD /GL
key options for linker:
/LTCG /FIXED /MERGE:".rdata=.text" /NODEFAULTLIB:"LIBCMT" "msvcrt.lib"
result:
x64: 22KB
x86: 17KB
compiled binaries:
https://www.upload.ee/files/18130965/todo-msvc.7z.html
Beta Was this translation helpful? Give feedback.
All reactions