about summary refs log tree commit diff stats
path: root/nim.cfg
blob: e47559f11fe4f8ca6169188974568b3e375d2cb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-p:"."
-p:"src/"
-p:"lib/"
-p:"lib/chame0"
-p:"lib/chagashi0"
-p:"lib/monoucha0"
--mm:refc
--include:"utils/myaddr"
--import:"utils/eprint"
--styleCheck:usages
--styleCheck:hint
--threads:off
@if debug: # remove this once Arch gets 2.2+
  --experimental:strictDefs
  --warning:Uninit:off
@end
-d:monouchaUseOpt=1