Skip to content

Commit b6af68d

Browse files
Remove reference to carton
1 parent 924e9f0 commit b6af68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getting-started/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please make sure that you followed it by reviewing the [Exporting function guide
2222

2323
### 3. Stack overflow is occurring.
2424

25-
If you are using `--stack-first` linker option (carton uses it by default), you can face `RuntimeError: memory access out of bounds` error due to stack overflow.
25+
If you are using `--stack-first` linker option, you can face `RuntimeError: memory access out of bounds` error due to stack overflow.
2626

2727
You have two options to solve this issue:
2828
1. Avoid recursive calls if possible.

0 commit comments

Comments
 (0)