summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exes/all/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/all/Makefile b/exes/all/Makefile
index 22a67e0..906a082 100644
--- a/exes/all/Makefile
+++ b/exes/all/Makefile
@@ -6,7 +6,7 @@ library:
build: library
cp ../../target/release/liball.a ./build
- go build -a -ldflags '-s' -o build/all
+ go build -a -ldflags '-s $(LDFLAGS)' -o build/all
all: library build