Skip to content

Commit

Permalink
Use the 'release build' just to make things faster
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Feb 17, 2015
1 parent 55afe8d commit 3b10aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tox_build_taskwarrior.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ if [ ! -d "$1/task" ]; then
git clone https://git.tasktools.org/scm/tm/task.git $1/task
cd $1/task
git checkout $TASKWARRIOR
cmake -DCMAKE_INSTALL_PREFIX:PATH=$1 .
# Use the 'release build' just to make things faster
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX:PATH=$1 .
make
make install
cd $2
Expand Down

0 comments on commit 3b10aee

Please sign in to comment.