File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ add_library(cadical ${sources})
9
9
10
10
# Pass -DNBUILD to disable including the version information, which is not
11
11
# needed since cbmc doesn't run the cadical binary
12
- target_compile_options(cadical PUBLIC -DNBUILD -DNFLEXIBLE)
12
+ target_compile_options(cadical PRIVATE -DNBUILD -DNFLEXIBLE -DNDEBUG )
13
13
14
14
set_target_properties(
15
15
cadical
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ solvers$(LIBEXT): $(OBJ) $(SOLVER_LIB)
281
281
$(LINKLIB )
282
282
283
283
../../cadical/build/libcadical$(LIBEXT ) :
284
- $(MAKE ) $(MAKEARGS ) -C $(CADICAL ) /build libcadical.a CXX=" $( CXX) " CXXFLAGS=" $( CP_CXXFLAGS) -DNFLEXIBLE"
284
+ $(MAKE ) $(MAKEARGS ) -C $(CADICAL ) /build libcadical.a CXX=" $( CXX) " CXXFLAGS=" $( CP_CXXFLAGS) -DNFLEXIBLE -DNDEBUG "
285
285
286
286
-include smt2/smt2_solver$(DEPEXT )
287
287
You can’t perform that action at this time.
0 commit comments