diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile b/make/Makefile index bf7e9782..2d8806eb 100644 --- a/make/Makefile +++ b/make/Makefile @@ -23,7 +23,7 @@ USER_DIR = ../samples CPPFLAGS += -I$(GTEST_DIR) -I$(GTEST_DIR)/include # Flags passed to the C++ compiler. -CXXFLAGS += -g +CXXFLAGS += -g -Wall -Wextra # All tests produced by this Makefile. Remember to add new tests you # created to the list. |