summaryrefslogtreecommitdiff
path: root/core/io/SCsub
diff options
context:
space:
mode:
authorFerenc Arn <tagcup@yahoo.com>2017-10-26 16:42:02 -0400
committerFerenc Arn <tagcup@yahoo.com>2017-10-27 12:26:13 -0400
commitf3436a841a3b59fc3a9deb94d5fdfd1e550d0351 (patch)
tree5fb9a624e5072fcb8b7a4189dcddcf370ed263cf /core/io/SCsub
parent01815e9b5f1ec97d0018ee843a07fa73f450f1bf (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/SCsub2
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")
+