Measure zstd decompress time.

This commit is contained in:
Syoyo Fujita
2016-09-06 02:11:23 +09:00
parent 1b88a1e3c7
commit 4a18e241d9
2 changed files with 17 additions and 2 deletions

View File

@@ -29,7 +29,11 @@ solution "objview"
end
if _OPTIONS['with-zstd'] then
print("with-zstd")
defines { 'ENABLE_ZSTD' }
-- Set path to zstd installed dir.
includedirs { '$$HOME/local/include' }
libdirs { '$$HOME/local/lib' }
links { 'zstd' }
end