diff options
author | Ferenc Arn <tagcup@yahoo.com> | 2017-10-26 16:42:02 -0400 |
---|---|---|
committer | Ferenc Arn <tagcup@yahoo.com> | 2017-10-27 12:26:13 -0400 |
commit | f3436a841a3b59fc3a9deb94d5fdfd1e550d0351 (patch) | |
tree | 5fb9a624e5072fcb8b7a4189dcddcf370ed263cf /core/io/SCsub | |
parent | 01815e9b5f1ec97d0018ee843a07fa73f450f1bf (diff) |
Add an option to use zstd's recently introduced long range matching (off by default).
Diffstat (limited to 'core/io/SCsub')
-rw-r--r-- | core/io/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/SCsub b/core/io/SCsub index 948153019d..79b56cb716 100644 --- a/core/io/SCsub +++ b/core/io/SCsub @@ -5,4 +5,4 @@ Import('env') env.add_source_files(env.core_sources, "*.cpp") Export('env') -env.Append(CCFLAGS="-DZSTD_STATIC_LINKING_ONLY") + |