commit 996c2d42a31dbcc6b5cdcd9ca20c9e09d2b54b94
parent 505bb70e89f63423b4f9b8cfb7c4eb335c51aedc
Author: sin <sin@2f30.org>
Date: Mon, 21 Apr 2014 11:43:22 +0100
Remove -Os from config.mk
Tends to give false-positives with uninitialized variables.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -9,5 +9,5 @@ MANPREFIX = $(PREFIX)/share/man
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_GNU_SOURCE
-CFLAGS = -Os -Wall -Wextra $(CPPFLAGS)
+CFLAGS = -Wall -Wextra $(CPPFLAGS)
LDFLAGS = -s -lcrypt # -static