forked from camlp4/camlp4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
36 lines (29 loc) · 1.6 KB
/
_tags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
############################################################################
# #
# OCaml #
# #
# Nicolas Pouillard, projet Gallium, INRIA Rocquencourt #
# #
# Copyright 2007 Institut National de Recherche en Informatique et #
# en Automatique. All rights reserved. This file is distributed under #
# the terms of the GNU Library General Public License, with the special #
# exception on linking described in LICENSE at the top of the Camlp4 #
# source tree. #
# #
############################################################################
# Ocamlbuild tags file
# We want -g everywhere it's possible
true: debug
# Enforce safe-string
true: safe_string
<camlp4/**/*>: use_import
<camlp4/**/*.{byte,native}>: use_dynlink
<camlp4/config/gen_import.*>: use_ocamlcommon
<camlp4/*.{byte,native}>: use_unix
<camlp4/camlp4boot.*>: -use_unix
#<**/*.ml*>: warn_error(A-3)
# The tag "camlp4boot" is for preprocessing using camlp4/boot/camlp4boot.byte
<camlp4/**/*.ml*>: camlp4boot, warn_Z
<camlp4/{boot,config}/*>: -camlp4boot
<camlp4/build/*> or <camlp4/boot/*> or "camlp4/Camlp4/Struct/Lexer.ml": -camlp4boot, -warn_Z, warn_a
<camlp4/camlp4{,boot,o,r,of,rf,oof,orf}.byte>: -debug