mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 0ce18190c8df4800316e9ca623d7f68b3d167878 parent 7f3c402e2c16bcd8d36bfe0d1a9e9e4eff1f4544 Author: Rob King <jking@deadpixi.com> Date: Tue, 10 Apr 2018 22:57:08 -0500 Optimize for size. Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ CC := gcc -CFLAGS ?= -O3 -std=c99 -Wall -Wextra -pedantic +CFLAGS ?= -Os -std=c99 -Wall -Wextra -pedantic FEATURES ?= -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED HEADERS ?= LIBPATH ?=
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.