mirror of
https://gitee.com/energye/energy.git
synced 2024-12-02 03:37:48 +08:00
u: tempdll demo
This commit is contained in:
parent
0ac4846cb7
commit
068db1fca6
@ -9,7 +9,7 @@ import (
|
||||
// 需要通过编译命令控制该方式的开启
|
||||
// 编译命令 -tags="tempdll"
|
||||
// windows: go build -ldflags "-H windowsgui -s -w" -tags="tempdll"
|
||||
// linux : go build -ldflags "-s -w" -tags="tempdll"
|
||||
// linux : go build -ldflags "-s -w" -tags="tempdll [gtk3 | gtk2]"
|
||||
// macos : go build -ldflags "-s -w" -tags="tempdll"
|
||||
// 也可通过 upx 工具, 压缩编译好的执行文件以减少体积
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user