Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add note in Makefile for Solaris users.
  • Loading branch information
madler committed Jan 20, 2014
1 parent ad5e9c3 commit 3d07a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
CC=cc
CFLAGS=-O3 -Wall -Wextra

# use gcc and gmake on Solaris

pigz: pigz.o yarn.o zopfli/deflate.o zopfli/blocksplitter.o zopfli/tree.o zopfli/lz77.o zopfli/cache.o zopfli/hash.o zopfli/util.o zopfli/squeeze.o zopfli/katajainen.o
$(CC) $(LDFLAGS) -o pigz $^ -lpthread -lz -lm
Expand Down

0 comments on commit 3d07a33

Please sign in to comment.