Skip to content

Commit

Permalink
Merge pull request #93 from WebAssembly/debug-build
Browse files Browse the repository at this point in the history
Use the arcane ocamlbuild incantation that actually gets debug symbols.
  • Loading branch information
sunfishcode committed Oct 1, 2015
2 parents 2ef91ef + 58839f5 commit c4216bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml-proto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ all: $(NAME) unopt
$(NAME): main.native
mv $< $@

unopt: main.byte
unopt: main.d.byte
mv $< $@

main.native: $(MAKEFILE)
$(OCB) $@

main.byte: $(MAKEFILE)
main.d.byte: $(MAKEFILE)
$(OCB) $@

clean:
Expand Down

0 comments on commit c4216bd

Please sign in to comment.