summary refs log tree commit diff stats
path: root/compiler/nim.cfg
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-29 09:07:24 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-29 09:07:24 +0200
commit688c54d8f158ff977161a234374b1cd321ba95f3 (patch)
treee55216bb241ac468dc79cd761fbe9b1e93a37934 /compiler/nim.cfg
parenta5701d6b71853e683f4d655b6b5ea4a13bec993b (diff)
downloadNim-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.cfg2
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