make: optimise for size

tags/0.1.0
S.J.R. van Schaik 7 years ago
parent 2b5225ef98
commit 51893666a5
  1. 2
      Makefile

@ -15,6 +15,8 @@ all: $(BUILD)/tbm
CFLAGS += -Iinclude
CFLAGS += -Wall -Wundef -Wextra -Wshadow -Wimplicit-function-declaration
CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes
CFLAGS += -Os
LDFLAGS += -Os
obj-y += source/bitops.o
obj-y += source/bitset.o

Loading…
Cancel
Save