Home | History | Annotate | Download | only in libpng

Lines Matching defs:PNG_RELEASE_BUILD

378  *   #define PNG_RELEASE_BUILD=1 Turns on the release compile path
379 * #define PNG_RELEASE_BUILD=0 Turns it off
381 #ifndef PNG_RELEASE_BUILD
382 # define PNG_RELEASE_BUILD (PNG_LIBPNG_BUILD_BASE_TYPE >= PNG_LIBPNG_BUILD_RC)