Also ignore NDEBUG for chromium code
BUG=none R=machenbach@chromium.org LOG=n Review URL: https://codereview.chromium.org/792513002 Cr-Commit-Position: refs/heads/master@{#25720}
This commit is contained in:
parent
8a7a81141f
commit
7216f37ce7
4
src/v8.h
4
src/v8.h
@ -9,8 +9,8 @@
|
||||
#ifndef V8_V8_H_
|
||||
#define V8_V8_H_
|
||||
|
||||
#if defined(GOOGLE3)
|
||||
// Google3 special flag handling.
|
||||
#if defined(GOOGLE3) || defined(DCHECK_ALWAYS_ON)
|
||||
// Google3 and Chromium special flag handling.
|
||||
#if defined(DEBUG) && defined(NDEBUG)
|
||||
// V8 only uses DEBUG and whenever it is set we are building a debug
|
||||
// version of V8. We do not use NDEBUG and simply undef it here for
|
||||
|
Loading…
Reference in New Issue
Block a user