From 8dd26ee452b7cd36adb1c75d90d7f36159568bcc Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Fri, 30 Oct 2009 08:32:28 -0400 Subject: [PATCH] remove reference to SK_RELEASE, since that is automatically set based on NDEBUG (or its absence) i.e. if NDEBUG is defined, then SK_RELEASE will get defined in the skia config headers --- core/combo/linux-arm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/combo/linux-arm.mk b/core/combo/linux-arm.mk index 601135111c..6529106b08 100644 --- a/core/combo/linux-arm.mk +++ b/core/combo/linux-arm.mk @@ -112,7 +112,7 @@ endif $(combo_target)GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden $(combo_target)RELEASE_CFLAGS := \ - -DSK_RELEASE -DNDEBUG \ + -DNDEBUG \ -g \ -Wstrict-aliasing=2 \ -finline-functions \