Skip to content

Commit be29a84

Browse files
committed
Disable NAMED_SUB_IS_FORWARD_LIST by default
This is an experiment to see whether NAMED_SUB_IS_FORWARD_LIST=1 is the root cause of builds and tests taking >70 minutes on Travis when previously they would only take 26 minutes.
1 parent 4b1352e commit be29a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/irep.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Author: Daniel Kroening, [email protected]
2121
# define HASH_CODE 1
2222
#endif
2323
#ifndef NAMED_SUB_IS_FORWARD_LIST
24-
# define NAMED_SUB_IS_FORWARD_LIST 1
24+
# define NAMED_SUB_IS_FORWARD_LIST 0
2525
#endif
2626

2727
#if NAMED_SUB_IS_FORWARD_LIST

0 commit comments

Comments
 (0)