Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
461829b1
Commit
461829b1
authored
Mar 22, 2017
by
POTTIER Francois
Browse files
Specify some compile options in _tags instead of Makefile.
parent
a12345e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
461829b1
...
...
@@ -19,7 +19,7 @@ endif
# ----------------------------------------------------------------------------
# Ocamlbuild tool and settings.
OCAMLBUILD
:=
ocamlbuild
-classic-display
-j
0
-cflags
"-safe-string -bin-annot"
OCAMLBUILD
:=
ocamlbuild
-classic-display
-j
0
# ----------------------------------------------------------------------------
# For everyday development.
...
...
src/_tags
View file @
461829b1
...
...
@@ -2,6 +2,11 @@
# This is disabled when shipping. (my_warnings)
<*>: my_warnings
# Compile options.
true: \
safe_string, \
bin_annot
# Menhir needs the Unix library.
<menhir.{byte,native}>: use_unix
...
...
@@ -21,4 +26,3 @@
# these build directories violate its hygiene rules.
<_build>: -traverse
<_stage*>: -traverse
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment