Thank you for reply
Simply changing DCHECK () results in a compile error (because unused 
variables are created). In DCHECK_WITH_MSG, replacing the statement in the 
if statement with void (0); will fix the problem.


2018년 7월 17일 화요일 오후 6시 55분 20초 UTC+9, Jakob Gruber 님의 말:
>
> Edit the DCHECK macro definition: 
> https://cs.chromium.org/chromium/src/v8/src/base/logging.h?l=63&rcl=f1b3e80faad6c84deabec8043bae524d1480293b
>
> On Tue, Jul 17, 2018 at 11:37 AM, <n4h...@gmail.com <javascript:>> wrote:
>
>> I am using d8 in debug mode.
>> I would like to disable the dcheck functions in this state. Do I have any 
>> compile options like this?
>>
>

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to