Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Revert "move to Debug for iOS builds"
Browse files Browse the repository at this point in the history
We should stay on Release mode for performance reasons. We
can look into providing symbols for builds for crash log
purposes.

This reverts commit cf1ecb6.
  • Loading branch information
incanus committed Apr 8, 2015
1 parent cf1ecb6 commit ce32e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ matrix:
env: BUILDTYPE=Debug JOBS=8 MASON_PLATFORM=osx
compiler: clang
- os: osx
env: BUILDTYPE=Debug JOBS=8 MASON_PLATFORM=ios
env: BUILDTYPE=Release JOBS=8 MASON_PLATFORM=ios
compiler: clang

env:
Expand Down

0 comments on commit ce32e9f

Please sign in to comment.