summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid Golden <xdg@xdg.me>2019-01-28 13:29:50 -0500
committerDavid Golden <xdg@xdg.me>2019-01-28 13:29:50 -0500
commit4ceed1e7d32ffaea80595a56c603ac38903543b7 (patch)
treea8f046ca114f65812b7d01d5289c8aca327bb195 /etc
parentebccd7776c2aacfc94fd5480cdc084f24b30a5a0 (diff)
downloadmongo-4ceed1e7d32ffaea80595a56c603ac38903543b7.tar.gz
Revert "TOOLS-2210 Build tools with ASLR"
This reverts commit ebccd7776c2aacfc94fd5480cdc084f24b30a5a0.
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index bbd225862f4..a26137de341 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -958,7 +958,7 @@ functions:
fi
for i in $build_tools; do
- go build -ldflags "$(print_ldflags)" -buildmode=pie ${args} -tags "$(print_tags ${tooltags})" -o "../../../../../../mongo-tools/$i${exe|}" $i/main/$i.go
+ go build -ldflags "$(print_ldflags)" ${args} -tags "$(print_tags ${tooltags})" -o "../../../../../../mongo-tools/$i${exe|}" $i/main/$i.go
"../../../../../../mongo-tools/$i${exe|}" --version
done