Fix out-of-memory on Symbian Travis builds when compiling qrc_assets.cpp.

This commit is contained in:
Sacha 2014-08-12 12:33:24 +10:00
parent 424ba5ad7a
commit 827bd8b491

View File

@ -80,7 +80,7 @@ script:
./b.sh --release --no-package;
fi
- if [ "$PPSSPP_BUILD_TYPE" == "Symbian" ]; then
./b.sh --release --no-package;
./b.sh --debug --no-package;
fi
after_success: