diff options
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-x | config/nimrod.cfg | 3 |
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: |