跳过正文
  1. Posts/

构建 libiconv

·22 字·1 分钟· ·
XhstormR
作者
XhstormR
INTJ
目录

Updated on 2018-02-14

gcc

libiconv

Step
#

D:\Work\Download\libiconv>

mkdir build ; cd build
../configure --enable-shared=no --enable-static=yes CFLAGS='-s -static -Os' && mingw32-make -j4