Really enable DEBUG code on android unless full debug is specified
authorjochen <jochen@chromium.org>
Tue, 9 Dec 2014 11:32:29 +0000 (03:32 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Dec 2014 11:32:36 +0000 (11:32 +0000)
R=machenbach@chromium.rg
LOG=n
BUG=none
NOTRY=true

Review URL: https://codereview.chromium.org/786203003

Cr-Commit-Position: refs/heads/master@{#25721}

build/toolchain.gypi

index 08fd248..ac10065 100644 (file)
                 # TODO(2304): pass DISABLE_DEBUG_ASSERT instead of hiding DEBUG.
                 'defines!': [
                   'DEBUG',
+                  'ENABLE_SLOW_DCHECKS',
                 ],
               }],
             ],