Skip to content

Commit

Permalink
to revert - easier dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Jun 11, 2024
1 parent c25f144 commit edf4e3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/Makefile.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CXX=@CXX@
FIX_BROKEN_CPP=@FIX_BROKEN_CPP@
CONFIG_INCLUDES=@CONFIG_INCLUDES@

MINUS_WARNING=-3-4-6-27-29-32-35-37-41-44-45-48-60
MINUS_WARNING=-3-4-6-27-29-32-35-37-41-44-45-48-60-70
DEVFLAGS=@DEVFLAGS@
OCAMLC=@OCAMLC@ -w +a$(MINUS_WARNING) $(DEVFLAGS)
OCAMLLIB=@OCAMLLIB@
Expand Down
2 changes: 1 addition & 1 deletion config/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ clean:
rm -f svg_converter.exe mld_hash.exe make_torrent.exe bt_dht_node.exe copysources.exe get_range.exe subconv.exe testrss.exe
rm -f tests tests.exe
(for i in $(SUBDIRS); do \
rm -f $$i/*.cm? $$i/*.o $$i/*.annot ; \
rm -f $$i/*.cm? $$i/*.cmti $$i/*.o $$i/*.annot ; \
done)

tmpclean:
Expand Down
2 changes: 1 addition & 1 deletion config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ if test "$DEBUG" = "yes"; then
fi

if test "$DEV" = "yes"; then
DEVFLAGS="-annot -bin-annot -w @a\$(MINUS_WARNING)"
DEVFLAGS="-annot -bin-annot"
fi

NUMS_INCLUDE=
Expand Down

0 comments on commit edf4e3f

Please sign in to comment.