Explorar o código

Enable executable compression

Streetwalrus Einstein %!s(int64=10) %!d(string=hai) anos
pai
achega
66aee7b20d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -19,7 +19,7 @@ CPPFLAGS = $(CFLAGS_COMMON) -std=gnu++11
 LDFLAGS = $(CFLAGS_COMMON) -Wl,--gc-sections
 
 ZEHN = genzehn
-ZEHNFLAGS = --name "$(NAME)"
+ZEHNFLAGS = --name "$(NAME)" --compress
 
 INCDIR = include
 SRCDIR = src