From 275a8279b091c7f7dfc43218e4e606c0cff0e61b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 8 Mar 2014 17:32:56 -0500 Subject: [PATCH] cgo inserts -m32 automatically, so we don't need to in ./d32. --- d32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d32 b/d32 index d5eb145..23ad6fe 100755 --- a/d32 +++ b/d32 @@ -1,2 +1,2 @@ # use this script to build 32-bit darwin binaries -GOARCH=386 CGO_ENABLED=1 CGO_CFLAGS=-m32 CGO_LDFLAGS=-m32 "$@" +GOARCH=386 CGO_ENABLED=1 "$@"