cflags: remove performance flags, to fix build with new Go whitelist

This commit is contained in:
mappu 2018-12-31 16:32:07 +13:00
parent 94eb53400a
commit b28ae05d0d

View File

@ -3,7 +3,7 @@
package imagequant 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 #cgo LDFLAGS: -lm -fopenmp -ldl
*/ */
import "C" import "C"