goBuildPackage: Add -x to the go build command if NIX_DEBUG >= 1
The -x go option prints all intermediate commands used by the Gocompiler. For instance, this is pretty useful to debug Go LD_FLAGSbecause the used linker command is printed.
Antoine Eiche 7 years ago 05df6d4f 12949bf8