From 0835fad227ccbb5c63b1b7a56cc46296e4f50d0e Mon Sep 17 00:00:00 2001 From: piotmag769 Date: Thu, 25 Jun 2026 17:51:04 +0200 Subject: [PATCH] Add new annotations to docs --- website/docs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs.md b/website/docs.md index b2d809f..9ea9c50 100644 --- a/website/docs.md +++ b/website/docs.md @@ -25,10 +25,11 @@ Make sure the cairo compiler configuration in your workspace `Scarb.toml` is equ ```toml [profile.dev.cairo] +skip-optimizations = true add-statements-code-locations-debug-info = true add-statements-functions-debug-info = true add-functions-debug-info = true -skip-optimizations = true +add-types-debug-info = true ``` ## Usage