humingcheng / study_notes

The only significance of notes is to reduce the cost of acquiring knowledge.
0 stars 0 forks source link

go 安全编译选项 #21

Open humingcheng opened 3 years ago

humingcheng commented 3 years ago
export CGO_ENABLED=${CGO_ENABLED:-1}
export CGO_CFLAGS="${CGO_CFLAGS} -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2"
export GO_LDFLAGS="${GO_LDFLAGS} -linkmode=external -extldflags \"-Wl,-z,now\""