mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
23 lines
557 B
Diff
23 lines
557 B
Diff
diff --git a/Makefile b/Makefile
|
|
index d5cd754..0b74a79 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -471,7 +471,7 @@ ifeq ($(BTFHUB), 1)
|
|
endif
|
|
$(GO_ENV_EBPF) $(CMD_GO) build \
|
|
-tags $(GO_TAGS_EBPF) \
|
|
- -ldflags="-w \
|
|
+ -ldflags="-s -w \
|
|
-extldflags \"$(CGO_EXT_LDFLAGS_EBPF)\" \
|
|
-X main.version=\"$(VERSION)\" \
|
|
" \
|
|
@@ -552,7 +552,7 @@ $(OUTPUT_DIR)/tracee-rules: \
|
|
#
|
|
$(GO_ENV_RULES) $(CMD_GO) build \
|
|
-tags $(GO_TAGS_RULES) \
|
|
- -ldflags="-w \
|
|
+ -ldflags="-s -w \
|
|
-extldflags \"$(CGO_EXT_LDFLAGS_RULES)\" \
|
|
" \
|
|
-v -o $@ \
|