mirror of
https://github.com/fluencelabs/redis
synced 2025-05-05 15:32:14 +00:00
Add -W to compilation flags.
This commit is contained in:
parent
134345e332
commit
09757420a4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user