config.sh 419 B

12345678910111213141516
  1. #!/bin/sh
  2. ../icu/source/runConfigureICU Linux --prefix=$PWD/prebuilt \
  3. CFLAGS="-Os" \
  4. CXXFLAGS="--std=c++17" \
  5. --enable-static \
  6. --enable-shared=no \
  7. --enable-extras=no \
  8. --enable-strict=no \
  9. --enable-icuio=no \
  10. --enable-layout=no \
  11. --enable-layoutex=no \
  12. --enable-tools \
  13. --enable-tests=no \
  14. --enable-samples=no \
  15. --enable-dyload \
  16. --with-data-packaging=archive