The general suggestion to use a noasm tag is by Klaus Post at https://groups.google.com/d/msg/golang-dev/CeKX81B3WdQ/2mq-eY0VAgAJ
@@ -2,7 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build !appengine
// +build gc
+// +build !noasm
package snappy
#include "textflag.h"
@@ -2,7 +2,7 @@
-// +build !amd64 !gc
+// +build !amd64 appengine !gc noasm