Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
menhir
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
POTTIER Francois
menhir
Commits
d3b2538b
Commit
d3b2538b
authored
Mar 04, 2016
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Following Gabriel's suggestion, use -traverse and remove -no-hygiene.
parent
6eabf514
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
src/Makefile
src/Makefile
+1
-5
src/_tags
src/_tags
+6
-0
No files found.
src/Makefile
View file @
d3b2538b
...
...
@@ -19,11 +19,7 @@ endif
# ----------------------------------------------------------------------------
# Ocamlbuild tool and settings.
# Both targets "library" and "stage1" use "_stage1" as the build directory.
# This used to be fine with ocamlbuild, but starting with ocamlbuild 4.03,
# the flag -no-hygiene is required.
OCAMLBUILD
:=
ocamlbuild
-classic-display
-no-hygiene
-j
0
-cflags
"-safe-string -bin-annot"
OCAMLBUILD
:=
ocamlbuild
-classic-display
-j
0
-cflags
"-safe-string -bin-annot"
# ----------------------------------------------------------------------------
# For everyday development.
...
...
src/_tags
View file @
d3b2538b
...
...
@@ -16,3 +16,9 @@
# Turn off assertions in some modules, where they are useful when debugging, but costly.
<LRijkstra.*>: noassert
# Declare that our temporary build directories should not be traversed.
# This is required by ocamlbuild 4.03; it will otherwise complain that
# 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