Fixes #27.
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build gc
+
package snappy
// decode has the same semantics as in decode_other.go.
#include "textflag.h"
// func decode(dst, src []byte) int
@@ -2,7 +2,7 @@
-// +build !amd64
+// +build !amd64 !gc