summary refs log tree commit diff stats
path: root/config/nimrod.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-xconfig/nimrod.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg
index b8bb77a03..d81295e66 100755
--- a/config/nimrod.cfg
+++ b/config/nimrod.cfg
@@ -1,5 +1,5 @@
 # Configuration file for the Nimrod Compiler.
-# (c) 2011 Andreas Rumpf
+# (c) 2012 Andreas Rumpf
 
 # Feel free to edit the default values as you need.
 
@@ -77,6 +77,7 @@ icc.options.linker = "-cxxlib"
 gcc.options.debug = "-g3 -O0"
 
 @if macosx:
+  tlsEmulation:on
   @if not release:
     gcc.options.always = "-w -fasm-blocks -O1"
   @else: