diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-31 15:42:02 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:01:59 -0700 |
| commit | 861db9bf07c33ea382647c3b4ed37925dc19c72d (patch) | |
| tree | 401a89520f0b5cee0767dd95c80e41d048db2314 /Makefile | |
| parent | 49597a9a3328509a1f58646fd50d59f0d3be5f0c (diff) | |
| download | sparse-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-g -Wall +CFLAGS=-O -g -Wall LDFLAGS=-g AR=ar |
