Skip to content

Commit

Permalink
fix(example): remove warnings about libjpeg/libz
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 12, 2018
1 parent d8f2366 commit 0802c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.sh
@@ -1,2 +1,2 @@
OBJ_DIR="/build/pdfium/out/Debug/obj"
em++ -o "dist/pagecount.html" src/pagecount.c /build/pdfium/out/Debug/obj/libpdfium.a -lfxcrt -lfxge -lfdrm -lformfiller -lfxcodec -lbigint -lfpdfapi -lfx_agg -lfx_freetype -lfx_lcms2 -lfx_libopenjpeg -lfpdfdoc -lfxjs -ldl -lpthread -lrt -ljpeg -lz $OBJ_DIR/third_party/pdfium_base/address_space_randomization.o $OBJ_DIR/third_party/pdfium_base/page_allocator.o $OBJ_DIR/third_party/pdfium_base/partition_alloc.o $OBJ_DIR/third_party/pdfium_base/spin_lock.o -I/build/pdfium/public -L$OBJ_DIR -L$OBJ_DIR/third_party -s DEMANGLE_SUPPORT=1 --embed-file src/web-assembly.pdf
em++ -o "dist/pagecount.html" src/pagecount.c /build/pdfium/out/Debug/obj/libpdfium.a -lfxcrt -lfxge -lfdrm -lformfiller -lfxcodec -lbigint -lfpdfapi -lfx_agg -lfx_freetype -lfx_lcms2 -lfx_libopenjpeg -lfpdfdoc -lfxjs -ldl -lpthread -lrt $OBJ_DIR/third_party/pdfium_base/address_space_randomization.o $OBJ_DIR/third_party/pdfium_base/page_allocator.o $OBJ_DIR/third_party/pdfium_base/partition_alloc.o $OBJ_DIR/third_party/pdfium_base/spin_lock.o -I/build/pdfium/public -L$OBJ_DIR -L$OBJ_DIR/third_party -s DEMANGLE_SUPPORT=1 --embed-file src/web-assembly.pdf

0 comments on commit 0802c7c

Please sign in to comment.