Skip to content

Instantly share code, notes, and snippets.

@akilab
Created August 21, 2016 14:08
Show Gist options
  • Select an option

  • Save akilab/6852560ba18e7dba9edcb0f22e1c747b to your computer and use it in GitHub Desktop.

Select an option

Save akilab/6852560ba18e7dba9edcb0f22e1c747b to your computer and use it in GitHub Desktop.
Goの実行ファイルのデバッグ情報を削除するためのオプション
# go build -ldflags "-S" -o example.exe
# 最適化無効
# go build -gcflags "-N -l" -o example.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment