Chromium Code Reviews| Index: Makefile.standalone |
| diff --git a/Makefile.standalone b/Makefile.standalone |
| index ad8889cc91c14cb231a7764462811554c207d28c..6cd9ace2e3b46179672657109215e992939c2cca 100644 |
| --- a/Makefile.standalone |
| +++ b/Makefile.standalone |
| @@ -162,7 +162,7 @@ SB_TRANSLATE := $(PNACL_BIN_PATH)/pnacl-translate |
| BASE_CXXFLAGS := -std=gnu++11 -Wall -Wextra -Werror -fno-rtti \ |
| -fno-exceptions $(OPTLEVEL) $(ASSERTIONS) -g -pedantic \ |
| - $(CXX_EXTRA) |
| + -Wshadow $(CXX_EXTRA) |
|
Karl
2015/07/07 17:00:40
Does '-Wshadow' need to be added to Makefile for t
Jim Stichnoth
2015/07/13 19:33:36
I meant this only for the standalone build. I don
|
| CXXFLAGS := $(LLVM_CXXFLAGS) $(BASE_CXXFLAGS) $(CXX_DEFINES) $(HOST_FLAGS) \ |
| $(STDLIB_FLAGS) |