From 1347fdea0715f8903ab37e07976861f56de17210 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 26 Jun 2014 22:52:35 +0000 Subject: [PATCH] add symbols for ios unittests BUG=none TEST=none R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/15939005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1025 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv/version.h | 2 +- libyuv_test.gyp | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) 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',