2017-03-03 05:16:40 +00:00
|
|
|
//+build !windows
|
|
|
|
|
|
|
|
package imagequant
|
|
|
|
|
|
|
|
/*
|
2018-12-31 03:32:07 +00:00
|
|
|
#cgo CFLAGS: -O3 -fopenmp -fomit-frame-pointer -Wall -Wno-attributes -std=c99 -DNDEBUG -DUSE_SSE=1 -msse
|
2017-03-04 22:50:13 +00:00
|
|
|
#cgo LDFLAGS: -lm -fopenmp -ldl
|
2017-03-03 05:16:40 +00:00
|
|
|
*/
|
|
|
|
import "C"
|