1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-11-29 23:07:40 +02:00

CGO LDFLAGS

This commit is contained in:
DarthSim
2017-09-27 23:22:51 +06:00
parent 20583662e8
commit 708b2751ed

View File

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