commit | f573972a087b798f74bf5404e271355a2805e100 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Mon Aug 07 14:42:11 2017 -0700 |
committer | Igor Murashkin <iam@google.com> | Mon Aug 07 16:20:50 2017 -0700 |
tree | a61d3f407846937a707eac7b071a676852345f48 | |
parent | 67ca49cfc31b06720bd3a1efcf2d9e03dcff779f [diff] |
runtime: Make kIsDebugBuild friendly to clion Previously it would think if (kIsDebugBuild) was always dead code and give many warnings. Also make sure that clion inspector doesn't try to be too clever and suggest that kIsDebugBuild is always true, which was equally annoying. Bug: b/64455231 Change-Id: I8db6b7cec2024f4cc7ad3353f2ee695c4fec1d8f