|
|
@ -14,7 +14,9 @@ all: $(BUILD)/tbm |
|
|
|
|
|
|
|
|
|
|
|
CFLAGS += -Iinclude
|
|
|
|
CFLAGS += -Iinclude
|
|
|
|
CFLAGS += -Wall -Wundef -Wextra -Wshadow -Wimplicit-function-declaration
|
|
|
|
CFLAGS += -Wall -Wundef -Wextra -Wshadow -Wimplicit-function-declaration
|
|
|
|
CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes
|
|
|
|
CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes -pedantic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CFLAGS += -std=c99
|
|
|
|
CFLAGS += -Os
|
|
|
|
CFLAGS += -Os
|
|
|
|
LDFLAGS += -Os
|
|
|
|
LDFLAGS += -Os
|
|
|
|
|
|
|
|
|
|
|
|