Skip to content

Commit 1ad4c6d

Browse files
committed
DEBUG: partial revert of "Compile CaDiCaL with -DNDEBUG"
This reverts commit bc8a56a.
1 parent bc8a56a commit 1ad4c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cadical_CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_library(cadical ${sources})
99

1010
# Pass -DNBUILD to disable including the version information, which is not
1111
# needed since cbmc doesn't run the cadical binary
12-
target_compile_options(cadical PUBLIC -DNBUILD -DNFLEXIBLE -DNDEBUG)
12+
target_compile_options(cadical PUBLIC -DNBUILD -DNFLEXIBLE)
1313

1414
set_target_properties(
1515
cadical

0 commit comments

Comments
 (0)