File: dune

package info (click to toggle)
coq-stdpp 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,696 kB
  • sloc: makefile: 52; sh: 35; sed: 1
file content (8 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
(env
 (_ ; Applies to all profiles (dev, release, ...).
  (coq
   (flags ; Configure the coqc flags.
    (:standard ; Keeping the default flags.
     ; Add custom flags (to be kept in sync with _CoqProject).
     -w -argument-scope-delimiter
     -w -notation-incompatible-prefix)))))