Skip to content

Commit d62f29a

Browse files
author
Daniel Kroening
committed
IDs
1 parent f3926c4 commit d62f29a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ic3/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ MINISAT_INC = minisat
2020

2121
INC_DIR = -I . -I build_prob -I seq_circ -I $(MINISAT_INC) -I $(CBMC)/src -I ../
2222

23+
CXXFLAGS += -D'LOCAL_IREP_IDS=<hw_cbmc_irep_ids.h>'
24+
2325
OBJ_DIR = .
2426

2527
BUILD_PROB = $(OBJ_DIR)/g3en_cnf.o $(OBJ_DIR)/g0en_cnf.o $(OBJ_DIR)/g1en_cnf.o \

0 commit comments

Comments
 (0)