Skip to content

Commit 6cc7fae

Browse files
committed
restore --tighten to update_rules
Signed-off-by: Matt Liberty <[email protected]>
1 parent 9552f3b commit 6cc7fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/utils.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ update_metadata:
2828

2929
.PHONY: update_rules
3030
update_rules:
31-
$(UTILS_DIR)/genRuleFile.py $(DESIGN_DIR) --variant $(FLOW_VARIANT) --failing
31+
$(UTILS_DIR)/genRuleFile.py $(DESIGN_DIR) --variant $(FLOW_VARIANT) --failing --tighten
3232

3333
.PHONY: update_rules_force
3434
update_rules_force:

0 commit comments

Comments
 (0)