diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 14:05:09 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 14:05:09 -0500 | 
| commit | d7e37d3743b96e3bd1be0ae95fbf3a99354f8c1f (patch) | |
| tree | b4d2b3dfee8fd238f716d2c112f7e3d88b93db91 | |
| parent | d07ba68cd119023b44f5968eb26ccf3926c047eb (diff) | |
| -rw-r--r-- | build.go | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -106,6 +106,8 @@ func buildPackage(repo *gitpb.Repo) (bool, error) {  		// add some standard golang flags  		var ldflags string  		if argv.Release { +			//   * -w: Omit the DWARF symbol table. +			//   * -s: Omit the symbol table and debug information.  			ldflags += "-s -w "  		}  		ldflags += "-X main.VERSION=" + version + " "  | 
