Skip to content

Commit

Permalink
update_server: Build from master if the $VERISON is not recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Jun 12, 2014
1 parent a035ae6 commit 090f8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/mp-server/update_server
Expand Up @@ -77,6 +77,8 @@ case "$VERSION" in
;;
*)
CXXFLAGS="$CXXFLAGS -ggdb3 -DNUM_SHARDS=7 -DBANDWIDTH_MONITOR"
echo "Unrecognized version, building from 'master'..."
SOURCE_VERSION="master"
;;
esac

Expand Down

0 comments on commit 090f8bf

Please sign in to comment.