diff options
author | antirez <antirez@gmail.com> | 2014-08-13 10:53:29 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2014-08-13 10:53:54 +0200 |
commit | 7e3ccddc6d728250dd473c1ab4348d899ab69eb3 (patch) | |
tree | 6b51ebafdda5430f4eff8a9eb2c4825ad388388b /src/Makefile | |
parent | 68db7b1f564be07fa98f6102aefb33d941fc2cdc (diff) | |
download | redis-7e3ccddc6d728250dd473c1ab4348d899ab69eb3.tar.gz |
Add -W to compilation flags.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b2d25228f..96af74afa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua # Default settings STD=-std=c99 -pedantic -WARN=-Wall +WARN=-Wall -W OPT=$(OPTIMIZATION) PREFIX?=/usr/local |