mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 02:41:58 +01:00
zstd: build with C11
This enables thread-aware timers which in turn fixes benchmark result reports. Reviewed by: cem Differential Revision: https://reviews.freebsd.org/D34238
This commit is contained in:
parent
3a56cfedbc
commit
6882d53b7f
@ -26,6 +26,7 @@ MLINKS= zstd.1 unzstd.1 \
|
||||
zstd.1 zstdcat.1 \
|
||||
zstd.1 zstdmt.1
|
||||
|
||||
CSTD=c11
|
||||
WARNS?= 2
|
||||
LIBADD= zstd
|
||||
.PATH: ${SRCTOP}/sys/contrib/zstd/programs
|
||||
|
Loading…
Reference in New Issue
Block a user