-
In the vein of #13, I'd like to start a discussion of what library to use to implement "zlib". I'd also propose to have at least decompression functionality to be part of main codebase, in extmod/ or …
-
[root@testing pigz-2.3.1]# make CPPFLAGS="-l/usr/local/zlib-128/lib/ -I/usr/local/zlib-128/include/"
cc -O3 -Wall -Wextra -l/usr/local/zlib-128/lib/ -I/usr/local/zlib-128/include/ -c -o pigz.o pigz.c…
-
-
Our search doc indexes are huge JS files, which are very amenable to compression.
We're failing pagespeed because of it: http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fstatic…
huonw updated
10 years ago
-
Solaris 10 with GCC
bash-3.2# gcc -v
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefi…
-
Got error during compilation (time mka liquid) for MAKO
target thumb C: libzopfli
raden updated
10 years ago
-
Looking at GZip format there is the following specified in http://tools.ietf.org/html/rfc1952#page-5
```
2.2. File format
A gzip file consists of a series of "members" (compressed data
…
const updated
10 years ago
-
Hi tried source compile of pigz v2.3 but seems getting an error at make stage as below
```
make
cc -O3 -Wall -Wextra -c -o pigz.o pigz.c
pigz.c: In function ‘compress_thread’:
pigz.c:1283: warn…
-
The msysgit installer clones / and submodule /git without --depth. I think this is waste of time and network load, because almost all of the users are going to use the current version.
I'd like to mo…
eonj updated
10 years ago
-
Hi,
In a previous issue, you swiftly updated the code when this issue was reported, however the code appears to have regressed ?
cc -O3 -Wall -Wextra -c -o pigz.o pigz.c
pigz.c: In function ‘copym…