index
:
sparse/sparse-dev.git
Sparse's development tree with unstable git history
Chris Li
about
summary
refs
log
tree
commit
diff
stats
homepage
path:
root
/
Makefile
diff options
Diffstat
(limited to 'Makefile')
-rw-r--r--
Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 083a2dcc..4f29ec17 100644
--- a/
Makefile
+++ b/
Makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-O -g -Wall
+CFLAGS=-O -g -Wall -Wwrite-strings
LDFLAGS=-g
AR=ar