commit 996c2d42a31dbcc6b5cdcd9ca20c9e09d2b54b94
Author: sin <[email protected]>
Date: Mon Apr 21 11:43:22 2014 +0100
Remove -Os from config.mk
Tends to give false-positives with uninitialized variables.
diff --git a/config.mk b/config.mk
index 7776c9f..0dc026a 100644
--- 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