mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Revised comment about PNG_RELEASE_BUILD in pngpriv.h, to say
Use -DPNG_RELEASE_BUILD in CFLAGS or "#define PNG_RELEASE_BUILD 1" in pngusr.h to turn on the release compile path.
This commit is contained in:
parent
218b2d7c70
commit
ad817b9b2b
@ -338,8 +338,11 @@
|
|||||||
* default is just to use PNG_LIBPNG_BUILD_BASE_TYPE. Set this in CPPFLAGS
|
* default is just to use PNG_LIBPNG_BUILD_BASE_TYPE. Set this in CPPFLAGS
|
||||||
* with either:
|
* with either:
|
||||||
*
|
*
|
||||||
* -DPNG_RELEASE_BUILD=1 Turns on the release compile path
|
* -DPNG_RELEASE_BUILD Turns on the release compile path
|
||||||
* -DPNG_RELEASE_BUILD=0 Turns it off
|
* -DPNG_RELEASE_BUILD=0 Turns it off
|
||||||
|
* or in your pngusr.h with
|
||||||
|
* #define PNG_RELEASE_BUILD=1 Turns on the release compile path
|
||||||
|
* #define PNG_RELEASE_BUILD=0 Turns it off
|
||||||
*/
|
*/
|
||||||
#ifndef PNG_RELEASE_BUILD
|
#ifndef PNG_RELEASE_BUILD
|
||||||
# define PNG_RELEASE_BUILD (PNG_LIBPNG_BUILD_BASE_TYPE >= PNG_LIBPNG_BUILD_RC)
|
# define PNG_RELEASE_BUILD (PNG_LIBPNG_BUILD_BASE_TYPE >= PNG_LIBPNG_BUILD_RC)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user