]> git.ipfire.org Git - thirdparty/zstd.git/commit
release builds use less debug symbols and warnings
authorYann Collet <cyan@fb.com>
Fri, 3 Feb 2017 04:54:14 +0000 (20:54 -0800)
committerYann Collet <cyan@fb.com>
Fri, 3 Feb 2017 04:54:41 +0000 (20:54 -0800)
commitc2a4632789bcf8af3e69d95d358ccb8dd99c6e1d
tree8307fdc9e504de2a05c5d5d0fd9a6052c9b8f7ac
parentc3cba9d8580ca31cd6cb4103fd86919631c146be
release builds use less debug symbols and warnings

release build are triggered through either `make`,
or their specific target `make zstd-release` and `make lib-release`.
Makefile
lib/Makefile
programs/Makefile