Only define ICU constants in release builds

This commit is contained in:
Kevin Sawicki 2017-05-15 19:10:25 -07:00
parent b549b20d2c
commit 5337b4ad94

View file

@ -6,9 +6,11 @@
#include <io.h>
#if !defined(DEBUG)
#define U_I18N_IMPLEMENTATION
#define U_COMMON_IMPLEMENTATION
#define U_COMBINED_IMPLEMENTATION
#endif
#include "third_party/icu/source/common/unicode/ubidi.h"
#include "third_party/icu/source/common/unicode/uchar.h"