magefile upd8 3

This commit is contained in:
Sam 2024-10-30 15:37:34 -05:00
parent 8b3625fc25
commit eff317838f

View File

@ -45,7 +45,6 @@ func Build() {
}
func Build_quick() error {
fmt.Println(GOVARS)
flagld := fmt.Sprintf("-s -w %s %s", GOVARS, ADDITIONAL_GO_LINKER_FLAGS)
if err := sh.Run("go", "build", "-trimpath", "-ldflags="+flagld, "./cmd/micro"); err != nil {
return err