Skip to content

Instantly share code, notes, and snippets.

@yjh0502
Created September 1, 2016 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjh0502/ba960b376852446dbdb219af00a6f068 to your computer and use it in GitHub Desktop.
Save yjh0502/ba960b376852446dbdb219af00a6f068 to your computer and use it in GitHub Desktop.
root@foo:~/repo/git/zstd # gmake
gmake -C programs
gmake[1]: Entering directory '/root/repo/git/zstd/programs'
cc -I../lib -I../lib/common -I../lib/dictBuilder -I../lib/legacy -O3 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -DZSTD_LEGACY_SUPPORT=1 ../lib/decompress/zstd_decompress.c -c -o ../lib/decompress/zstd_decompress.o
cc -I../lib -I../lib/common -I../lib/dictBuilder -I../lib/legacy -O3 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -DZSTD_LEGACY_SUPPORT=1 ../lib/decompress/zstd_decompress.o ../lib/decompress/huf_decompress.c ../lib/common/zstd_common.c ../lib/common/fse_decompress.c ../lib/common/xxhash.c ../lib/common/entropy_common.c ../lib/compress/zstd_compress.c ../lib/compress/fse_compress.c ../lib/compress/huf_compress.c ../lib/legacy/zstd_v02.c ../lib/legacy/zstd_v06.c ../lib/legacy/zstd_v04.c ../lib/legacy/zstd_v01.c ../lib/legacy/zstd_v03.c ../lib/legacy/zstd_v07.c ../lib/legacy/zstd_v05.c ../lib/dictBuilder/zdict.c ../lib/dictBuilder/divsufsort.c zstdcli.c fileio.c bench.c datagen.c dibio.c -o zstd
gmake[1]: Leaving directory '/root/repo/git/zstd/programs'
cp programs/zstd .
root@foo:~/repo/git/zstd #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment