summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index db61183b..7ab79bd6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -450,9 +450,6 @@ if 'CCFLAGS' not in os.environ:
# We are POSIX 2001, tell the world
# env.Append(CFLAGS=['-D_POSIX_C_SOURCE=200112L'])
-# Get a slight speedup by not doing automatic RCS and SCCS fetches.
-env.SourceCode('.', None)
-
# Cross-development
devenv = (("ADDR2LINE", "addr2line"),