Skip to content

Commit

Permalink
Generate cmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Aug 22, 2019
1 parent d3e3c0b commit 4018924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include $(top_srcdir)/Makefile.defs
all: all-local all-subdirs all-auto
install: install-local install-subdirs
clean: clean-subdirs clean-local clean-buildings
rm -f *.~ *.orig *.cmo *.cmi *.cmx *.cma *.cmxa *.cmxs *.o *.so *.a *.annot
rm -f *.~ *.orig *.cmo *.cmi *.cmx *.cma *.cmxa *.cmxs *.o *.so *.a *.annot *.cmt *.cmti
doc: doc-local doc-subdirs doc-auto

# Those rules must be bound
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fi
requires="unix threads str"
if test "$enable_debugging" \!= "no" ; then
CFLAGS="$CFLAGS -g"
liquidsoap_ocamlcflags="-g -annot $liquidsoap_ocamlcflags"
liquidsoap_ocamlcflags="-g -annot -bin-annot $liquidsoap_ocamlcflags"
liquidsoap_ocamllflags="-g $liquidsoap_ocamllflags"
fi
# Disable nativecode if ocamlopt is not present
Expand Down

0 comments on commit 4018924

Please sign in to comment.