File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ Dependencies=Dependencies
22ToolFrameworkCore =$(Dependencies ) /ToolFrameworkCore
33SOURCEDIR =` pwd `
44
5- CXXFLAGS = -fPIC -O3 - Wpedantic -Wall -std=c++11 -Wno-comment -Wno-unused -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wnoexcept -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wswitch-default -Wundef # -Werror -Wold-style-cast
5+ CXXFLAGS = -fPIC -Wpedantic -Wall -std=c++11 -Wno-comment -Wno-unused -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wnoexcept -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wswitch-default -Wundef # -Werror -Wold-style-cast
66
77
88ifeq ($(MAKECMDGOALS ) ,debug)
99CXXFLAGS+ = -O0 -g -lSegFault -rdynamic -DDEBUG
10+ else
11+ CXXFLAGS+ = -O3
1012endif
1113
1214DataModelInclude =
You can’t perform that action at this time.
0 commit comments