From 564b99334d36ab0d682f1d54573ac809a1674f40 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Fri, 9 Apr 2010 09:24:45 -0600 Subject: Add helper makefile; update bootstrap to always build w/ debug_info --- bootstrap | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index cbd17c3..bb14abd 100755 --- a/bootstrap +++ b/bootstrap @@ -17,6 +17,7 @@ main(Args) -> %% Compile all src/*.erl to ebin case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"}, + debug_info, {d, 'BUILD_TIME', Built}]) of up_to_date -> ok; -- cgit v1.1