cflags: remove performance flags, to fix build with new Go whitelist
This commit is contained in:
parent
94eb53400a
commit
b28ae05d0d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user