Skip to content

Commit

Permalink
Dev/configures release profile (#14)
Browse files Browse the repository at this point in the history
* adds release profile to toml
  • Loading branch information
ZackAttax authored Dec 2, 2024
1 parent 7a2af81 commit 9ea8e29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ unstable-add-statements-functions-debug-info = true
unstable-add-statements-code-locations-debug-info = true
inlining-strategy= "avoid"

[profile.release.cairo]
unstable-add-statements-functions-debug-info = true
unstable-add-statements-code-locations-debug-info = true
inlining-strategy= "avoid"

[default.networks.sepolia.provider]
type = "free"
vendor = "nethermind"
Expand Down

0 comments on commit 9ea8e29

Please sign in to comment.