mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-31 02:43:41 +00:00
Refactor injectdestructors (#12295)
One improvement over #devel is visible in the transformation of getEnv. With this approach we move to result whenever possible.
This commit is contained in:
@@ -483,7 +483,6 @@ number information are given if the program crashes or an uncaught exception
|
||||
is raised.
|
||||
|
||||
|
||||
|
||||
DynlibOverride
|
||||
==============
|
||||
|
||||
@@ -497,14 +496,6 @@ on Linux::
|
||||
nim c --dynlibOverride:lua --passL:liblua.lib program.nim
|
||||
|
||||
|
||||
Cursor pragma
|
||||
=============
|
||||
|
||||
The ``.cursor`` pragma is a temporary tool for optimization purposes
|
||||
and this property will be computed by Nim's optimizer eventually. Thus it
|
||||
remains undocumented.
|
||||
|
||||
|
||||
Backend language options
|
||||
========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user