From 39501543deccc7b8adaf4ffd66ffa3aaa8affc5a Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Sat, 16 May 2020 11:13:42 -0400 Subject: Const police --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index c1f87b4..84612a2 100644 --- a/config.mk +++ b/config.mk @@ -5,8 +5,8 @@ VERSION = 1.0 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -CC = cc +CC = clang LD = $(CC) CPPFLAGS = -CFLAGS = -Wextra -Wall -Os +CFLAGS = -Wextra -Wall -Oz LDFLAGS = -s -static -- cgit v1.2.3-54-g00ecf