summaryrefslogtreecommitdiff
path: root/cmake/ConfigProduction.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/ConfigProduction.cmake
parent2309ba28f0fc364013b73554d4a08eaf53d85676 (diff)
cmake: Remove unused ENABLE_OPTIMIZED option. (#3749)
Diffstat (limited to 'cmake/ConfigProduction.cmake')
-rw-r--r--cmake/ConfigProduction.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/ConfigProduction.cmake b/cmake/ConfigProduction.cmake
index 1b30dc1aa..49e338abf 100644
--- a/cmake/ConfigProduction.cmake
+++ b/cmake/ConfigProduction.cmake
@@ -1,6 +1,4 @@
# OPTLEVEL=3
-# enable_optimized=yes
-cvc4_set_option(ENABLE_OPTIMIZED ON)
set(OPTIMIZATION_LEVEL 3)
# enable_debug_symbols=no
cvc4_set_option(ENABLE_DEBUG_SYMBOLS OFF)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback