From 58839f5dc05716643b7f335fccbfee6f6f6bb29b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 30 Sep 2015 12:46:23 -0700 Subject: [PATCH] Use the arcane ocamlbuild incantation that actually gets debug symbols. --- ml-proto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ml-proto/Makefile b/ml-proto/Makefile index 6cfebf08a7..6be1b1734e 100644 --- a/ml-proto/Makefile +++ b/ml-proto/Makefile @@ -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: