File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44HAVE_RULES = yes
55
66ifndef CXXFLAGS
7- CXXFLAGS =-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -g
7+ CXXFLAGS =-O2 -DNDEBUG -Wall
88endif
99
1010ifeq ($(HAVE_RULES ) ,yes)
@@ -235,7 +235,7 @@ lib/tokenize.o: lib/tokenize.cpp lib/tokenize.h lib/token.h lib/mathlib.h lib/se
235235cli/cmdlineparser.o : cli/cmdlineparser.cpp lib/cppcheck.h lib/settings.h lib/errorlogger.h lib/checkunusedfunctions.h lib/check.h lib/token.h lib/tokenize.h lib/timer.h cli/cmdlineparser.h lib/path.h cli/filelister.h
236236 $(CXX ) $(CPPFLAGS ) $(CXXFLAGS ) ${INCLUDE_FOR_CLI} -c -o cli/cmdlineparser.o cli/cmdlineparser.cpp
237237
238- cli/cppcheckexecutor.o : cli/cppcheckexecutor.cpp cli/cppcheckexecutor.h lib/errorlogger.h lib/settings.h lib/cppcheck.h lib/checkunusedfunctions.h lib/check.h lib/token.h lib/tokenize.h cli/threadexecutor.h cli/cmdlineparser.h cli/filelister.h lib/path.h cli/pathmatch.h
238+ cli/cppcheckexecutor.o : cli/cppcheckexecutor.cpp cli/cppcheckexecutor.h lib/errorlogger.h lib/settings.h lib/cppcheck.h lib/checkunusedfunctions.h lib/check.h lib/token.h lib/tokenize.h cli/threadexecutor.h lib/preprocessor.h cli/cmdlineparser.h cli/filelister.h lib/path.h cli/pathmatch.h
239239 $(CXX ) $(CPPFLAGS ) $(CXXFLAGS ) ${INCLUDE_FOR_CLI} -c -o cli/cppcheckexecutor.o cli/cppcheckexecutor.cpp
240240
241241cli/filelister.o : cli/filelister.cpp cli/filelister.h lib/path.h
You can’t perform that action at this time.
0 commit comments