diff --git a/rebar.config b/rebar.config index 9d6291b7..1f9ae955 100644 --- a/rebar.config +++ b/rebar.config @@ -3,12 +3,12 @@ {deps, [ {meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}}, - {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}} + {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.0"}}} ]}. -{port_env, +{port_env, [ - {"DRV_CFLAGS", + {"DRV_CFLAGS", "-g -Wall -fPIC -errors $ERL_CFLAGS"}, %% Solaris specific flags