diff --git a/README.chromium b/README.chromium index 1be6b7f2a..96572624f 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1024 +Version: 1025 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 0a31a45c1..166392680 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1024 +#define LIBYUV_VERSION 1025 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/libyuv_test.gyp b/libyuv_test.gyp index 6b1527b9d..ab04cde43 100644 --- a/libyuv_test.gyp +++ b/libyuv_test.gyp @@ -56,6 +56,12 @@ 'LIBYUV_DISABLE_NEON' ], }], + [ 'OS == "ios"', { + 'xcode_settings': { + 'DEBUGGING_SYMBOLS': 'YES', + 'DEBUG_INFORMATION_FORMAT' : 'dwarf-with-dsym', + }, + }], [ 'OS != "ios"', { 'defines': [ 'HAVE_JPEG',