about summary refs log tree commit diff stats
path: root/nim.cfg
blob: 1dc645257b8ab85a3f863b69224862726df1c455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
-p:"."
-p:"src/"
-p:"lib/"
-p:"lib/chame"
-p:"lib/chagashi"
--experimental:"overloadableEnums"
--warning:Effect:off
--mm:refc
--include:"utils/myaddr"
--import:"utils/eprint"
--styleCheck:usages
--styleCheck:hint
--threads:off