[hackers] [ubase] Remove -Os from config.mk || sin
commit 996c2d42a31dbcc6b5cdcd9ca20c9e09d2b54b94
Author: sin <sin_AT_2f30.org>
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
_AT_@ -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
Received on Mon Apr 21 2014 - 13:12:04 CEST
This archive was generated by hypermail 2.3.0
: Mon Apr 21 2014 - 13:24:07 CEST