formulahendry / formulahendry/vscode-code-runner

stack size issue

Open
#1,088 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

I need to increase the stack size for all programs. "cpp": "cd $dir && g++ -Wl,--stack,1048576000 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt" in this way everything works without using a terminal, an error occurs with the terminal line: 1

> character: 71
> + ... rs\maxdo\c project\projects\helloworld\" ; if ($?) { g++ -Wl,--stack, ...
> + ~
> An argument is missing from the parameter list.
> + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
> + FullyQualifiedErrorId : MissingArgument.

In the g++ parameters, this size setting works.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.