diff options
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-01-16 16:21:28 +0000 |
---|---|---|
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-01-16 16:21:28 +0000 |
commit | c990603b787fd573af8a5733535010020a7eb102 (patch) | |
tree | d433a4a876ac09587b67b75cd3141b88e8e80609 /Makefile | |
parent | 4cb8bd18d9449328f4d27f22ad4045ecf2aa06bd (diff) |
make these compile w/o SK_CAN_USE_FLOAT
git-svn-id: http://skia.googlecode.com/svn/trunk@70 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ CFLAGS = -O2 DEFINES = -DSK_BUILD_FOR_UNIX HIDE = @ -#DEFINES += -DSK_RELEASE -DEFINES += -DSK_DEBUG -DSK_SUPPORT_UNITTEST +DEFINES += -DSK_RELEASE +#DEFINES += -DSK_DEBUG -DSK_SUPPORT_UNITTEST #DEFINES += -DSK_SCALAR_IS_FIXED # start with the core (required) |