diff options
Diffstat (limited to 'config/nim.cfg')
-rw-r--r-- | config/nim.cfg | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index 3e7362a36..d5c3e7612 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -43,14 +43,12 @@ path="$lib/arch" path="$lib/core" path="$lib/pure" -@if nimbabel: - @if not windows: - nimblepath="/opt/nimble/pkgs/" - @else: - # TODO: - @end - nimblepath="$home/.nimble/pkgs/" +@if not windows: + nimblepath="/opt/nimble/pkgs/" +@else: + # TODO: @end +nimblepath="$home/.nimble/pkgs/" @if danger or quick: obj_checks:off @@ -64,9 +62,7 @@ path="$lib/pure" debugger:off line_dir:off dead_code_elim:on - @if nimHasNilChecks: - nilchecks:off - @end + nilchecks:off @end @if release or danger: |