summaryrefslogtreecommitdiff
path: root/cmake/ConfigCompetition.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/ConfigCompetition.cmake')
-rw-r--r--cmake/ConfigCompetition.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/ConfigCompetition.cmake b/cmake/ConfigCompetition.cmake
index f40cd46be..6bd846d0c 100644
--- a/cmake/ConfigCompetition.cmake
+++ b/cmake/ConfigCompetition.cmake
@@ -3,8 +3,6 @@ add_check_c_cxx_flag("-funroll-all-loops")
add_check_c_cxx_flag("-fexpensive-optimizations")
add_check_c_cxx_flag("-fno-enforce-eh-specs")
# OPTLEVEL=9
-# enable_optimized=yes
-cvc4_set_option(ENABLE_OPTIMIZED ON)
set(OPTIMIZATION_LEVEL 9)
# 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