mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 8b85c4559700796f70600e2a8bdb202f39596a57 parent e499edf34d805c89e1a8f5f1c5bcbb03f0081f01 Author: Rob King <jking@deadpixi.com> Date: Sun, 28 Jul 2019 22:32:13 -0500 Optimize more aggressively. Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ CC ?= gcc -CFLAGS ?= -std=c99 -Wall -Wextra -pedantic -Os +CFLAGS ?= -std=c99 -Wall -Wextra -pedantic -O3 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.