1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

Add -O3 to CFLAGS

This commit is contained in:
DarthSim 2019-03-11 14:30:19 +06:00
parent 1972c21783
commit d7a1e8615c

View File

@ -3,6 +3,7 @@ package main
/*
#cgo pkg-config: vips
#cgo LDFLAGS: -s -w
#cgo CFLAGS: -O3
#include "vips.h"
*/
import "C"