mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 8eed554e63c952c3501be24a4f99c9403d8e6a7f parent 688b883801c48c354dda250a1acf06154238ca1b Author: Rob King <jking@deadpixi.com> Date: Fri, 14 Jun 2019 15:29:45 -0500 Prefer size optimization. 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=600 -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.