On Fri, Jan 5, 2024 at 10:54 AM 'Shivam Gupta' via v8-users
<v8-users@googlegroups.com> wrote:
>
> Found a workaround to create static file successfully but I am not sure if 
> this is a valid method:
> I found that removing use_custom_libcxx=false gn args created the static 
> successfully. In the documentation I read that use_custom_libcxx is used to 
> use c++ library present in buildTools. My System c++ library is clang. I am 
> suspecting that is the reason it is failing.
>
> I am unsure what the best practice is here. Should we use use_custom_libcxx 
> or not? Anyhelp would be much appreciated.

There's no right or wrong answer, it depends on your requirements.

V8 bundles its own copy of the C++ standard library for $REASONS. If
you're okay with your program living in its own little pocket universe
(i.e., doesn't interact with code that uses a different stdlib), then
that's a perfectly fine choice.

-- 
-- 
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/CAHQurc8W6uGBghJ8xMgu_JjgYzcC-jhtpf7Me9KB%2Btk2swSLmQ%40mail.gmail.com.

Reply via email to