Introduction
Introduction Statistics Contact Development Disclaimer Help
Add -Wextra and -Werror by default - sinit - suckless init
git clone git://git.suckless.org/sinit
Log
Files
Refs
README
LICENSE
---
commit 189d686ef4415fd611de37fdfec5c14550ec860c
parent 2e948429b275da54d2ec11631fda3c3e7fdd64e3
Author: sin <[email protected]>
Date: Mon, 10 Feb 2014 20:16:49 +0000
Add -Wextra and -Werror by default
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -8,5 +8,5 @@ MANPREFIX = $(PREFIX)/man
CC = cc
LD = $(CC)
CPPFLAGS =
-CFLAGS = -Wall -Os $(CPPFLAGS)
+CFLAGS = -Wextra -Werror -Wall -Os $(CPPFLAGS)
LDFLAGS = -static
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.