8 ms·
No, even small files. You must have issues with your setup. Are you sure your compiler is not built in debug mode?
by nimmer 4y ago
No, even small files. You must have issues with your setup. Are you sure your compiler is not built in debug mode?
- zimpenfish 4y agoHow would I check that? I installed it through homebrew via https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/nim.rb https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/... which doesn't seem to mention debug mode anywhere?
- dom96 4y agoRun `nim -v`, if it's not in debug mode you should see "active boot switches: -d:release".
- zimpenfish 4y agoLooks like it isn't in debug mode after all. $ nim -v Nim Compiler Version 1.6.6 [MacOSX: arm64] Compiled at 2022-05-05 Copyright (c) 2006-2021 by Andreas Rumpf active boot switches: -d:release -d:nimUseLinenoise