Commit 5d6c0b1b authored by antirez's avatar antirez
Browse files

Add -W to compilation flags.

parent 3566020a
...@@ -19,7 +19,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua ...@@ -19,7 +19,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
# Default settings # Default settings
STD=-std=c99 -pedantic STD=-std=c99 -pedantic
WARN=-Wall WARN=-Wall -W
OPT=$(OPTIMIZATION) OPT=$(OPTIMIZATION)
PREFIX?=/usr/local PREFIX?=/usr/local
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment