aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/protobuffs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/protobuffs.mk')
-rw-r--r--plugins/protobuffs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/protobuffs.mk b/plugins/protobuffs.mk
index e3e58f5..d180b1f 100644
--- a/plugins/protobuffs.mk
+++ b/plugins/protobuffs.mk
@@ -11,7 +11,7 @@ proto_verbose = $(proto_verbose_$(V))
define compile_proto
@mkdir -p ebin/ include/
$(proto_verbose) $(call erlang,$(call compile_proto.erl,$(1)))
- $(proto_verbose) erlc $(ERLC_OPTS) -o ebin/ ebin/*.erl
+ $(proto_verbose) erlc +debug_info -o ebin/ ebin/*.erl
@rm ebin/*.erl
endef