Lines Matching +full:- +full:wextra
76 # Check if we can use pkg-config to find protobuf include path
77 status, output = conf.TryAction('pkg-config protobuf --variable=includedir > $TARGET')
84 status, output = conf.TryAction('$PROTOC --version > $TARGET')
91 conf.env.Append(CCFLAGS = '-fmudflap')
92 conf.env.Append(LINKFLAGS = '-fmudflap')
95 extra = '-Wcast-qual -Wlogical-op -Wconversion'
96 extra += ' -fstrict-aliasing -Wstrict-aliasing=1'
97 extra += ' -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls'
98 extra += ' -Wstack-protector '
106 extra = '-fsanitize=undefined,integer -fno-sanitize-recover=undefined,integer '
120 env.Append(CFLAGS = '-ansi -pedantic -g -Wall -Werror -fprofile-arcs -ftest-coverage ')
121 env.Append(CORECFLAGS = '-Wextra')
122 env.Append(LINKFLAGS = '-g --coverage')
125 env.Append(CFLAGS = '-Wno-long-long')
128 env.Append(CFLAGS = '-ansi -g -Wall -Werror')
129 env.Append(CORECFLAGS = ' -Wextra -Wcast-qual -Wconversion')
147 env.Append(CFLAGS = '-Wall -Werror -g')
152 env.Append(CXXFLAGS = '-g -Wall -Werror -Wextra -Wno-missing-field-initializers')
154 env.Append(CXXFLAGS = '-g -Wall -Werror -Wextra -Wno-missing-field-initializers')