|
|
@ -15,6 +15,7 @@ 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 -pedantic
|
|
|
|
CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes -pedantic
|
|
|
|
|
|
|
|
CFLAGS += -D_XOPEN_SOURCE
|
|
|
|
|
|
|
|
|
|
|
|
CFLAGS += -std=c99
|
|
|
|
CFLAGS += -std=c99
|
|
|
|
CFLAGS += -Os
|
|
|
|
CFLAGS += -Os
|
|
|
|