From a06ea2a8942075b5d112c972a02ef67ad6c11b61 Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Tue, 2 Apr 2024 21:26:55 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f8f02..36105ed 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ title_name = "My application" assets = "static" # Optional, this is the default build_std = "std,panic_unwind" -# Optional, true by default. Will strip debug symbols from the resulting elf +# Optional, true by default. Will strip debug symbols from the resulting elf when enabled. strip = true # Optional, this is the default vita_strip_flags = ["-g"]