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
This commit is contained in:
Mike Reed 2009-10-30 08:32:28 -04:00
parent df0ca90073
commit 8dd26ee452
1 changed files with 1 additions and 1 deletions

View File

@ -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 \