mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-02 20:14:44 +00:00
After some cleanups for stdlibs, then we should enable warningaserror
for all tests
(cherry picked from commit c0861142f8)
28 lines
439 B
Nim
28 lines
439 B
Nim
# Special configuration file for the Nim project
|
|
|
|
gc:markAndSweep
|
|
|
|
hint[XDeclaredButNotUsed]:off
|
|
|
|
path:"$lib/packages/docutils"
|
|
|
|
define:useStdoutAsStdmsg
|
|
define:nimsuggest
|
|
define:nimcore
|
|
|
|
# die when nimsuggest uses more than 4GB:
|
|
@if cpu32:
|
|
define:"nimMaxHeap=2000"
|
|
@else:
|
|
define:"nimMaxHeap=4000"
|
|
@end
|
|
|
|
#define:useNodeIds
|
|
#define:booting
|
|
#define:noDocgen
|
|
--path:"$nim"
|
|
--threads:on
|
|
--warningAserror:ProveInit
|
|
--warningAserror:Uninit
|
|
|