Changeset 816 in code


Ignore:
Timestamp:
Apr 28, 2023, 11:23:45 PM (2 years ago)
Author:
yakumo.izuru
Message:

Attempt to reduce executable sizes further

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r814 r816  
    2121suika:
    2222        $(GO) build $(GOFLAGS) ./cmd/suika
     23        strip -s suika
    2324suikactl:
    2425        $(GO) build $(GOFLAGS) ./cmd/suikactl
     26        strip -s suikactl
    2527suika-znc-import:
    2628        $(GO) build $(GOFLAGS) ./cmd/suika-znc-import
     29        strip -s suika-znc-import
    2730doc/suika.1: doc/suika.1.scd
    2831        $(SCDOC) <doc/suika.1.scd >doc/suika.1
Note: See TracChangeset for help on using the changeset viewer.