File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ codis-dashboard: codis-deps
1313 @./bin/codis-dashboard --default-config > config/dashboard.toml
1414
1515codis-proxy : codis-deps
16- go build -i -o bin/codis-proxy ./cmd/proxy
16+ go build -i -tags " cgo_jemalloc " - o bin/codis-proxy ./cmd/proxy
1717 @./bin/codis-proxy --default-config > config/proxy.toml
1818
1919codis-admin : codis-deps
Original file line number Diff line number Diff line change 11// Copyright 2016 CodisLabs. All Rights Reserved.
22// Licensed under the MIT (MIT-LICENSE.txt) license.
33
4- // +build !darwin,!linux
4+ // +build !cgo_jemalloc
55
66package unsafe2
77
Original file line number Diff line number Diff line change 11// Copyright 2016 CodisLabs. All Rights Reserved.
22// Licensed under the MIT (MIT-LICENSE.txt) license.
33
4- // +build darwin linux
4+ // +build cgo_jemalloc
55
66package unsafe2
77
You can’t perform that action at this time.
0 commit comments