summaryrefslogtreecommitdiff
path: root/src/main/driver_unified.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-08-13 11:59:26 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-08-13 19:26:29 -0400
commitc957465176d46a7f06a96393619db5e6f4fbda38 (patch)
treee90b8e26072f2ef91c3f1b1572287dd3ddc88c39 /src/main/driver_unified.cpp
parent1af67a61059009407dd9833b126581d2c5e5c662 (diff)
--segv-nospin is now default.
Diffstat (limited to 'src/main/driver_unified.cpp')
-rw-r--r--src/main/driver_unified.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp
index 20a989106..d42f389c1 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -123,7 +123,7 @@ int runCvc4(int argc, char* argv[], Options& opts) {
exit(0);
}
- segvNoSpin = opts[options::segvNoSpin];
+ segvSpin = opts[options::segvSpin];
// If in competition mode, set output stream option to flush immediately
#ifdef CVC4_COMPETITION_MODE
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback