aboutsummaryrefslogtreecommitdiff
path: root/module/calp/util/exceptions.scm
blob: 1268f9f5c85da16705229f931694ca23c4abcf3a (plain)
1
2
3
4
5
6
7
(define-module (calp util exceptions)
  :use-module (calp util config)
  :use-module (hnh util exceptions))

(define-config warnings-are-errors #f
  description: "Crash on warnings."
  post: warnings-are-errors)