Skip to content

Commit

Permalink
Temporarily turn on CMR verbosity in the compiler to diagnose remaini…
Browse files Browse the repository at this point in the history
…ng resolution failures.
  • Loading branch information
kingjon3377 committed Jun 26, 2021
1 parent 73b33ce commit bcd9fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<macrodef name="x-rebuild" description="Rebuild the Ceylon code if anything's changed">
<sequential>
<ceylon-compile src="${ceylon.source.dir}" resource="${ceylon.resource.dir}"
encoding="UTF-8" pack200="true">
encoding="UTF-8" pack200="true" verbose="cmr">
<moduleset>
<sourcemodules dir="${ceylon.source.dir}" />
</moduleset>
Expand Down

0 comments on commit bcd9fb3

Please sign in to comment.