diff options
author | Araq <rumpf_a@web.de> | 2015-06-28 01:39:39 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-06-29 02:48:33 +0200 |
commit | a1caef474bb6e49baed811ea2a3038cd08c9d86c (patch) | |
tree | ed13c82a284869c6495194f7e6ad022c21d27b5d /tests | |
parent | 8f58ab99eb69e2d03a66d4d9401edb87d13e2492 (diff) | |
download | Nim-a1caef474bb6e49baed811ea2a3038cd08c9d86c.tar.gz |
proper distinction between --gc:none and --os:standalone
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manyloc/standalone/barebone.nim.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manyloc/standalone/barebone.nim.cfg b/tests/manyloc/standalone/barebone.nim.cfg index 52ec64e3f..bb350ff55 100644 --- a/tests/manyloc/standalone/barebone.nim.cfg +++ b/tests/manyloc/standalone/barebone.nim.cfg @@ -1,2 +1,3 @@ --os:standalone --deadCodeElim:on +--gc:none |