Only define ICU constants in release builds
This commit is contained in:
parent
b549b20d2c
commit
5337b4ad94
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue