summary refs log tree commit diff stats
path: root/koch.nim.cfg
blob: c624b957732b2b3e454990f5d1d77e240a559496 (plain) (blame)
1
2
3
4
5
6
7
-d:booting

@if openbsd:
  # because openbsd getAppFilename was broken in v0.20.0
  # workaround see https://github.com/nim-lang/Nim/pull/14291
  --lib:lib
@end