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 4820806 commit f6a2046Copy full SHA for f6a2046
Makefile
@@ -71,7 +71,7 @@ unicode: $(UNICODE)
71
$(UNICODE): lib/elixir/unicode/unicode.ex lib/elixir/unicode/UnicodeData.txt lib/elixir/unicode/GraphemeBreakProperty.txt
72
@ echo "==> unicode (compile)";
73
@ 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;
+ $(Q) $(ELIXIRC) lib/elixir/unicode/unicode.ex -o lib/elixir/ebin;
75
76
$(eval $(call APP_TEMPLATE,ex_unit,ExUnit))
77
$(eval $(call APP_TEMPLATE,eex,EEx))
0 commit comments