New C++ Api: Clean up usage of internal types in Term. (#6054)
[cvc5.git] / cmake / ConfigTesting.cmake
1 #####################
2 ## ConfigTesting.cmake
3 ## Top contributors (to current version):
4 ## Aina Niemetz, Mathias Preiner
5 ## This file is part of the CVC4 project.
6 ## Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
7 ## in the top-level source directory and their institutional affiliations.
8 ## All rights reserved. See the file COPYING in the top-level source
9 ## directory for licensing information.
10 ##
11 # OPTLEVEL=2
12 set(OPTIMIZATION_LEVEL 2)
13 # enable_debug_symbols=yes
14 cvc4_set_option(ENABLE_DEBUG_SYMBOLS ON)
15 # enable_statistics=yes
16 cvc4_set_option(ENABLE_STATISTICS ON)
17 # enable_assertions=yes
18 cvc4_set_option(ENABLE_ASSERTIONS ON)
19 # enable_proof=yes
20 cvc4_set_option(ENABLE_PROOFS ON)
21 # enable_tracing=yes
22 cvc4_set_option(ENABLE_TRACING ON)
23 # enable_dumping=yes
24 cvc4_set_option(ENABLE_DUMPING ON)
25 # enable_muzzle=no
26 cvc4_set_option(ENABLE_MUZZLE OFF)
27 # enable_valgrind=no
28 cvc4_set_option(ENABLE_UNIT_TESTING ON)