summaryrefslogtreecommitdiff
path: root/cmake/ConfigTesting.cmake
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2020-02-11 13:26:38 -0800
committerGitHub <noreply@github.com>2020-02-11 13:26:38 -0800
commit0f25a37b05db224fe16c3c0357c24d89ad9e5cee (patch)
tree0eaf674d6fa1bdba7c79d6f2f16600c729dce320 /cmake/ConfigTesting.cmake
parent2309ba28f0fc364013b73554d4a08eaf53d85676 (diff)
cmake: Remove unused ENABLE_OPTIMIZED option. (#3749)
Diffstat (limited to 'cmake/ConfigTesting.cmake')
-rw-r--r--cmake/ConfigTesting.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/ConfigTesting.cmake b/cmake/ConfigTesting.cmake
index 9627bcd52..40366495d 100644
--- a/cmake/ConfigTesting.cmake
+++ b/cmake/ConfigTesting.cmake
@@ -1,6 +1,4 @@
# OPTLEVEL=2
-# enable_optimized=yes
-cvc4_set_option(ENABLE_OPTIMIZED ON)
set(OPTIMIZATION_LEVEL 2)
# enable_debug_symbols=yes
cvc4_set_option(ENABLE_DEBUG_SYMBOLS ON)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback