Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information