about summary refs log tree commit diff homepage
path: root/tools
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2012-09-11 17:05:00 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2012-09-11 17:05:00 +0000
commit1e6f7d11bafab8c8eef907c7bc0a165ce426984b (patch)
treee9c2f7015d97df7f6084addd5b558859e56ae436 /tools
parent1bc0219daa4f3a99f3b193dafe88a048f3e4a225 (diff)
downloadklee-1e6f7d11bafab8c8eef907c7bc0a165ce426984b.tar.gz
Changed the default to --max-memory and documented randomize-fork.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@163632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/klee/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp
index 9b6dabb7..dc335cd0 100644
--- a/tools/klee/main.cpp
+++ b/tools/klee/main.cpp
@@ -137,7 +137,8 @@ namespace {
     
   cl::opt<bool>
   OptimizeModule("optimize", 
-                 cl::desc("Optimize before execution"));
+                 cl::desc("Optimize before execution"),
+		 cl::init(false));
 
   cl::opt<bool>
   CheckDivZero("check-div-zero",