Skip to content

Commit 3829e29

Browse files
committed
Fix dialyzer complaint about reading core erlang
1 parent 52e9d30 commit 3829e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test: local
3030
@$(REBAR) as local eunit
3131

3232
ebin/%.beam: src/%.erl
33-
erlc -o $(dir $@) $<
33+
erlc +debug_info -o $(dir $@) $<
3434

3535
$(GENERATED_SRC): $(GENERATOR_DEPS)
3636
erl -pa ebin/ -noshell -s aeb_fate_generate_ops gen_and_halt src/ include/

0 commit comments

Comments
 (0)