aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-31 15:42:02 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:01:59 -0700
commit861db9bf07c33ea382647c3b4ed37925dc19c72d (patch)
tree401a89520f0b5cee0767dd95c80e41d048db2314 /Makefile
parent49597a9a3328509a1f58646fd50d59f0d3be5f0c (diff)
downloadsparse-dev-861db9bf07c33ea382647c3b4ed37925dc19c72d.tar.gz
Use "-O" to compile sparse, to make the compiler warn more.
Fix a few "might be uninitialized" warnings (some might even be valid).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b4e70bd..b9b6211f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-g -Wall
+CFLAGS=-O -g -Wall
LDFLAGS=-g
AR=ar