のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-03-21から1日間の記事一覧

skia debug

59 #if !defined(SK_DEBUG) && !defined(SK_RELEASE) 60 #ifdef NDEBUG 61 #define SK_RELEASE 62 #else 63 #define SK_DEBUG 64 #endif 65 #endif 17 #if defined(SK_DEBUG) && defined(SK_RELEASE) 18 #error "cannot define both SK_DEBUG and SK_RELEASE…