Lines Matching +full:- +full:- +full:enable +full:- +full:werror
3 set -eu
5 autoreconf -f -i
9 if [ $# -gt 0 ];
17 FLAGS="-O2 -Wall -Wextra -Wformat-security"
18 FLAGS="${FLAGS} -Wparentheses"
19 FLAGS="${FLAGS} -Wno-type-limits"
20 FLAGS="${FLAGS} -Werror"
21 # FLAGS="${FLAGS} -Wpedantic"
22 FLAGS="${FLAGS} -fsanitize=address,leak,undefined"
23 FLAGS="${FLAGS} -ggdb"
26 --enable-code-coverage \