Skip to content

Commit f6a2046

Browse files
committed
Keep debug info for unicode files
Dialyzer stops processing when it finds a .beam file without debug info. Only increases file size with ~120kb in total.
1 parent 4820806 commit f6a2046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ unicode: $(UNICODE)
7171
$(UNICODE): lib/elixir/unicode/unicode.ex lib/elixir/unicode/UnicodeData.txt lib/elixir/unicode/GraphemeBreakProperty.txt
7272
@ echo "==> unicode (compile)";
7373
@ echo "This step can take up to a minute to compile in order to embed the Unicode database"
74-
$(Q) $(ELIXIRC) lib/elixir/unicode/unicode.ex -o lib/elixir/ebin --no-debug-info;
74+
$(Q) $(ELIXIRC) lib/elixir/unicode/unicode.ex -o lib/elixir/ebin;
7575

7676
$(eval $(call APP_TEMPLATE,ex_unit,ExUnit))
7777
$(eval $(call APP_TEMPLATE,eex,EEx))

0 commit comments

Comments
 (0)