I'm getting the following error:

Error LNK2038 mismatch detected for 'RuntimeLibrary': value 
'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in 
SharedPCH.Engine.Cpp20.h.obj WebUIProject 
C:\UnrealEngine\AStuff\WebUIProject\Intermediate\ProjectFiles\v8_monolith.lib(default-platform.obj)

To fix, I need to compile v8 with the /MD argument for the Microsoft C++ 
compiler.  I've looked through Build.gn but didn't see any options that 
helped me.  How can I specify the correct mode?


-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/5b283596-7a84-4c85-89df-72e05ccd2626n%40googlegroups.com.

Reply via email to