You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ All of them share the same usage:
89
89
- debug: Build library on debug mode. we use `-O0 -g -DDEBUG` flag to build debug library.
90
90
91
91
- list:
92
-
- Use these option to list all the supported libraries and versions.
92
+
- Use these option to list all the supported library names and versions.
93
93
94
94
### Build png on iOS platform
95
95
For building libpng fat library with all arch x86_64, i386, armv7, arm64 on release mode:
@@ -135,7 +135,8 @@ named `cpu-features.h` under `{ANDROID_NDK}/platforms/android-21/arch-arm64/usr/
135
135
You can add flag "--mode=[debug | release]" for building DEBUG and RELEASE version.
136
136
137
137
## How to do build clean?
138
-
If you use `./build.sh` to build static libraries, there is no need to do clean. After generating the static library, script will delete the intermediate files.
138
+
You could simply turn on the flag `cfg_is_cleanup_after_build` to "yes" in `main.ini` file.
139
+
After each build, you could also delete the generated folders under `contrib` directory.
0 commit comments