2017-03-03 05:16:40 +00:00
|
|
|
//+build !windows
|
|
|
|
|
|
|
|
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
|
2017-03-04 22:50:13 +00:00
|
|
|
#cgo LDFLAGS: -lm -fopenmp -ldl
|
2017-03-03 05:16:40 +00:00
|
|
|
*/
|
|
|
|
import "C"
|