Skip to content

Commit

Permalink
move lib_core/unused/format.ml to lib_core_strings/
Browse files Browse the repository at this point in the history
It is actually used in OCaml.string_of_v
  • Loading branch information
aryx committed Apr 20, 2024
1 parent 733f88b commit a71e884
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions authors.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Most of the code in this repository was written by
Yoann Padioleau

except:
Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions mkconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# -*- sh -*-

OPT=.opt
COMPFLAGS=-g -dtypes -bin-annot -absname
#-g -dtypes -bin-annot -absname
#WARNING_FLAGS?=-w +A-4-29-6-45-41-44-48 -warn-error +a
#OCAMLCFLAGS=-g -thread -dtypes $(WARNING_FLAGS) $(OCAMLCFLAGS_EXTRA)
LINKFLAGS=-g
# -custom
COMPFLAGS=
#-g -custom
LINKFLAGS=

OCAMLC=ocamlc$OPT
OCAMLLEX=ocamllex #-ml # -ml for debugging lexer, but slightly slower
Expand Down

0 comments on commit a71e884

Please sign in to comment.