Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit c8e96d8

Browse files
committed
fix: remove via ir
1 parent b05c719 commit c8e96d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
update:; forge update
77

88
# Build & test
9-
build :; forge build --sizes --via-ir
9+
build :; forge build --sizes
1010
test :; forge test -vvv
1111

1212
# Utilities

0 commit comments

Comments
 (0)