From 1ad4c6dc04eb581767d3ca63d875766a43131ad1 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Mon, 29 Jul 2024 07:39:29 +0000 Subject: [PATCH] DEBUG: partial revert of "Compile CaDiCaL with -DNDEBUG" This reverts commit bc8a56a9ba3ebfc05f9f8cf8005a8b7f4a70a992. --- scripts/cadical_CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cadical_CMakeLists.txt b/scripts/cadical_CMakeLists.txt index f4897f3f4cdb..c3c0343920ef 100644 --- a/scripts/cadical_CMakeLists.txt +++ b/scripts/cadical_CMakeLists.txt @@ -9,7 +9,7 @@ add_library(cadical ${sources}) # Pass -DNBUILD to disable including the version information, which is not # needed since cbmc doesn't run the cadical binary -target_compile_options(cadical PUBLIC -DNBUILD -DNFLEXIBLE -DNDEBUG) +target_compile_options(cadical PUBLIC -DNBUILD -DNFLEXIBLE) set_target_properties( cadical