Skip to content

Commit

Permalink
for no variable-reuse on all jaluino samples
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien.lelong committed May 2, 2011
1 parent 7f3a4a2 commit 213990b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/compile.sh
Expand Up @@ -22,7 +22,7 @@ echo "" > $JALUINO_TMP/compile.failed

for sample in $jalsamples
do
$JALLIB_PYTHON $JALUINO_ROOT/3rdparty/jallib_svn/tools/jallib.py compile $sample > $JALUINO_TMP/tmpcomp.out 2>&1
$JALLIB_PYTHON $JALUINO_ROOT/3rdparty/jallib_svn/tools/jallib.py compile -no-variable-reuse $sample > $JALUINO_TMP/tmpcomp.out 2>&1
if [ "$?" != "0" ]
then
echo sample: $sample ... Failed >> $JALUINO_TMP/compile.out
Expand Down

0 comments on commit 213990b

Please sign in to comment.