File: dune

package info (click to toggle)
coq-iris 4.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,196 kB
  • sloc: python: 130; makefile: 62; sh: 34; sed: 2
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
(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 -notation-overridden
     -w -redundant-canonical-projection
     -w -unknown-warning
     -w -argument-scope-delimiter
     -w -notation-incompatible-prefix
)))))