summaryrefslogtreecommitdiff
path: root/test/scudo/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/scudo/lit.cfg')
-rw-r--r--test/scudo/lit.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/scudo/lit.cfg b/test/scudo/lit.cfg
index 4eff2ce21..b0476303c 100644
--- a/test/scudo/lit.cfg
+++ b/test/scudo/lit.cfg
@@ -19,9 +19,7 @@ config.suffixes = ['.c', '.cc', '.cpp']
# C flags.
c_flags = ([config.target_cflags] +
["-std=c++11",
- "-lstdc++",
"-lrt",
- "-latomic",
"-ldl",
"-pthread",
"-fPIE",