Open Abhinavpatel00 opened 6 months ago
i just came to know about this great projects while i tried to compile it in my machine it caused stack overflow.
```Loading emacs-lisp/debug-early... Loading emacs-lisp/debug-early Done Loading emacs-lisp/byte-run... Loading emacs-lisp/byte-run Done Loading emacs-lisp/backquote... Loading emacs-lisp/backquote Done Loading subr... Loading subr Done Loading keymap... Loading keymap Done Loading version... Loading version Done Loading widget... Loading widget Done Loading custom... Loading custom Done Loading emacs-lisp/map-ynp... Loading emacs-lisp/map-ynp Done Loading env... Loading env Done Loading format... Loading format Done Loading window... Loading window Done Loading files... Loading pcase... Loading macroexp... Loading macroexp Done Loading pcase Done Loading easy-mmode... thread 'main' has overflowed its stack error: process didn't exit successfully: `target\debug\rune.exe` (exit code: 0xc00000fd, STATUS_STACK_OVERFLOW)`
Are you running in release mode (cargo run --release)?
cargo run --release
i just came to know about this great projects while i tried to compile it in my machine it caused stack overflow.