Do not define _DEBUG.
authorCheng Zhao <zcbenz@gmail.com>
Tue, 25 Feb 2014 10:24:07 +0000 (18:24 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 25 Feb 2014 10:24:07 +0000 (18:24 +0800)
commita5ec8a9110de65eec4494c7588e2bb0bf1c5c24a
treef019d60fa484729faacb6a700650d1933167ca36
parent30b3657c0e017d34e4121a96554ec6d5184ec1d7
Do not define _DEBUG.

The vc++ compiler would define some internal contants if we define
_DEBUG, since we are linking to the release build of chromiumcontent,
this would result in linking errors.
atom.gyp