From b28ae05d0d3a74e9900e9ac1fa5faba6d0f8435a Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 31 Dec 2018 16:32:07 +1300 Subject: [PATCH] cflags: remove performance flags, to fix build with new Go whitelist --- cflags_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cflags_linux.go b/cflags_linux.go index fd11792..df89f82 100644 --- a/cflags_linux.go +++ b/cflags_linux.go @@ -3,7 +3,7 @@ package imagequant /* -#cgo CFLAGS: -O3 -fno-math-errno -fopenmp -funroll-loops -fomit-frame-pointer -Wall -Wno-attributes -std=c99 -DNDEBUG -DUSE_SSE=1 -msse -fexcess-precision=fast +#cgo CFLAGS: -O3 -fopenmp -fomit-frame-pointer -Wall -Wno-attributes -std=c99 -DNDEBUG -DUSE_SSE=1 -msse #cgo LDFLAGS: -lm -fopenmp -ldl */ import "C"