diff options
author | Araq <rumpf_a@web.de> | 2012-04-09 11:18:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-09 11:18:10 +0200 |
commit | c53ad1b39fdd977b03b9cc2560b351ad6df4bfdd (patch) | |
tree | 064a972f7ee71f19302ecf509756076441d3d442 /config/nimrod.cfg | |
parent | e9260e6c4d332d3f3f27997d0985a3881745cc56 (diff) | |
download | Nim-c53ad1b39fdd977b03b9cc2560b351ad6df4bfdd.tar.gz |
documentation improvements; higher level Mongodb wrapper
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-x | config/nimrod.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index 63512a9bb..21cf55ec9 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -66,6 +66,8 @@ hint[LineTooLong]=off @else: # BSD got posix_spawn only recently, so we deactivate it for osproc: define:useFork + # at least NetBSD has problems with thread local storage: + tlsEmulation:on @end @end |