We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e9d30 commit 3829e29Copy full SHA for 3829e29
1 file changed
Makefile
@@ -30,7 +30,7 @@ test: local
30
@$(REBAR) as local eunit
31
32
ebin/%.beam: src/%.erl
33
- erlc -o $(dir $@) $<
+ erlc +debug_info -o $(dir $@) $<
34
35
$(GENERATED_SRC): $(GENERATOR_DEPS)
36
erl -pa ebin/ -noshell -s aeb_fate_generate_ops gen_and_halt src/ include/
0 commit comments