Browse Source

CGO LDFLAGS

DarthSim 7 years ago
parent
commit
708b2751ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      process.go

+ 1 - 0
process.go

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