diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-29 09:07:24 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-29 09:07:24 +0200 |
commit | 688c54d8f158ff977161a234374b1cd321ba95f3 (patch) | |
tree | e55216bb241ac468dc79cd761fbe9b1e93a37934 /compiler/nim.cfg | |
parent | a5701d6b71853e683f4d655b6b5ea4a13bec993b (diff) | |
download | Nim-688c54d8f158ff977161a234374b1cd321ba95f3.tar.gz |
compiler API: final cleanups; improve security by diabling 'gorge' and friends
Diffstat (limited to 'compiler/nim.cfg')
-rw-r--r-- | compiler/nim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg index 853ae7e00..f4211fae5 100644 --- a/compiler/nim.cfg +++ b/compiler/nim.cfg @@ -5,6 +5,7 @@ path:"llvm" path:"$projectPath/.." define:booting +define:nimcore #import:"$projectpath/testability" @if windows: @@ -13,6 +14,5 @@ define:booting define:useStdoutAsStdmsg -cs:partial #define:useNodeIds #gc:markAndSweep |