]> git.ipfire.org Git - thirdparty/zstd.git/commit
library optimization flag can be selected on command line again
authorYann Collet <cyan@fb.com>
Fri, 24 Dec 2021 01:43:12 +0000 (17:43 -0800)
committerYann Collet <cyan@fb.com>
Fri, 24 Dec 2021 01:43:12 +0000 (17:43 -0800)
commit75525fcb9f4c7ed1bb39d10aa43ce529c950d208
tree1cc292af2ce8028d639222d60afd7238dffb9fb5
parenteebf24bd2a5b1a6321e9427ba56d0b0d19eb26c3
library optimization flag can be selected on command line again

`CFLAGS=-O0 make`
will now use `-O0` instead of enforcing `-O3`
which used to be the behavior before introduction of `libzstd.mk`.

This should result in faster tests,
since a few tests depend on this capability for faster roundtrips.
lib/libzstd.mk