mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Only build with cgosymbolizer when explicitly requested (#6151)
* Only build with cgosymbolizer when explicitly desired. This fixes go builds for mac and others
This commit is contained in:
parent
302b0f8c80
commit
6c0fbcc622
1
.bazelrc
1
.bazelrc
@ -86,6 +86,7 @@ build:cgo_symbolizer --config=llvm
|
||||
build:cgo_symbolizer --copt=-g
|
||||
build:cgo_symbolizer --define=USE_CGO_SYMBOLIZER=true
|
||||
build:cgo_symbolizer -c dbg
|
||||
build:cgo_symbolizer --define=gotags=cgosymbolizer_enabled
|
||||
|
||||
# multi-arch cross-compiling toolchain configs:
|
||||
-----------------------------------------------
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build cgosymbolizer_enabled
|
||||
|
||||
package debug
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user