embedthis / makeme

Embedthis MakeMe

Home Page:https://embedthis.com/makeme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows build should not always use -MT

opened this issue · comments

Should be smart about using -MD and -MT depending if linking static or not.

This is now dependent on settings.single (for single-threaded). Will use -MD by default and -MT if settings.single is true.