Skip to content

Commit

Permalink
DEBUG: partial revert of "Compile CaDiCaL with -DNDEBUG"
Browse files Browse the repository at this point in the history
This reverts commit bc8a56a.
  • Loading branch information
tautschnig committed Jul 29, 2024
1 parent bc8a56a commit 1ad4c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cadical_CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ad4c6d

Please sign in to comment.