Skip to content

Commit

Permalink
[build] get the debug flag on compile back [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Mar 24, 2015
1 parent 25966fe commit dc696aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion truffle/pom.rb
Expand Up @@ -17,7 +17,7 @@

plugin( :compiler,
'encoding' => 'utf-8',
'debug' => 'false',
'debug' => 'true',
'verbose' => 'false',
'showWarnings' => 'true',
'showDeprecation' => 'true',
Expand Down
2 changes: 1 addition & 1 deletion truffle/pom.xml
Expand Up @@ -68,7 +68,7 @@
</executions>
<configuration>
<encoding>utf-8</encoding>
<debug>false</debug>
<debug>true</debug>
<verbose>false</verbose>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
Expand Down

0 comments on commit dc696aa

Please sign in to comment.