Skip to content

Commit

Permalink
make both debug and release
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Mar 12, 2014
1 parent 010ba03 commit 6c56d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cygwin_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ if [ -n "$APPVEYOR" ]; then
echo 'VERBOSE = 1' >> Make.user
fi

make -j 4 debug
make -j 4 debug release
#make -C test file
#make testall

0 comments on commit 6c56d5d

Please sign in to comment.