diff --git a/Makefile b/Makefile index ab91fc900..db79d67b8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This file is generated by tools/dmake, do not edit. ifndef CXXFLAGS - CXXFLAGS=-O2 -DNDEBUG -DHAVE_RULES -Wall + CXXFLAGS=-DHAVE_RULES -Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -g endif ifndef CXX