generated from TrueCloudLab/basic
Makefile: Use -trimpath while building #25
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -6,7 +6,8 @@ test:
|
|||
|
||||
lib:
|
||||
@mkdir -pv $(OUT_DIR)
|
||||
@go build -buildmode=plugin -o $(OUT_DIR)/external_linters.so $(PLUGIN_SOURCE)
|
||||
@go build -buildmode=plugin -trimpath \
|
||||
-o $(OUT_DIR)/external_linters.so $(PLUGIN_SOURCE)
|
||||
|
||||
lint:
|
||||
@golangci-lint run
|
||||
|
|
Loading…
Reference in a new issue